HWGetRxStart

This function returns the start of the hardware receive buffer.

Syntax

PVOID HWGetRxStart( PVOID pContext );

Parameters

pContext
Pointer to a context structure returned by the HWInit function that contains implementation-specific data describing the hardware device. This parameter is passed to the InterruptInitialize function in the Hardware Emulation Layer ( HAL ). It originally was intended for the interrupt service routine to handle receive characters in a fast path, but currently is unused.

Return Values

Returns a pointer to the start of the device receive buffer.

Remarks

This function supports the implementation of the PDDs of serial port drivers. This function is defined in the header file SerHW.h, and is available in Windows CE version 1.0 and later.

See Also

HWInit