This function sets the communications time-outs in response to a call to the SetCommTimeouts function.
BOOL HWSetCommTimeouts( PVOID pContext,
LPCOMMTIMEOUTS lpCommTO );
TRUE indicates success. FALSE indicates failure.
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. Typically, the MDD keeps track of communications time-outs. The PDD usually does not need to act on time-outs.