HWGetCommProperties

This function retrieves the current properties of the communications device.

Syntax

VOID HWGetCommProperties( PVOID pContext,
LPCOMMPROP pCommProp );

Parameters

pContext
Pointer to a context structure returned by the HWInit function that contains implementation-specific data describing the hardware device.
pCommProp
Pointer to a COMMPROP structure to hold the communications property information.

Return Values

None.

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, COM_IOControl