HWOtherIntrHandler
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.
VOID HWOtherHandler(
PVOID pContext
);
Parameters
- pContext
[in] Pointer to a context structure returned by the HWInit function that contains implementation-specific data describing the hardware device.
Return Values
None.
Remarks
This function collects the modem status of the serial port, and updates internal driver status information. This function is called in response to a modem interrupt notice from the HWGetIntrType function.
Requirements
OS Versions: Windows CE 2.12 and earlier.
Header: Serhw.h.
See Also
HWGetIntrType | HWInit | HWModemIntrHandler
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.