HWOtherintrHandler (Windows Embedded CE 6.0)
1/6/2010
In Windows CE 3.0 and later, this function has been replaced with the new function HWModemIntrHandler. This is a name change only; the two functions behave identically.
Syntax
VOID HWOtherHandler(
PVOID pContext
);
Parameters
- pContext
[in] Pointer to a context structure returned by the HWInit function that contains implementation-specific data describing the device.
Return Value
None.
Remarks
This function collects the modem status of the serial port and updates internal driver status information. It is called in response to a modem interrupt notice from the HWGetIntrType function.
Requirements
Header | serhw.h |
Windows Embedded CE | Windows CE 1.0 through Windows CE 2.12 |
See Also
Reference
Serial Port Driver PDD Functions
HWGetIntrType
HWInit
HWModemIntrHandler