Compartir a través de


HWOtherIntrHandler (Windows CE 5.0)

Send Feedback

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 device.

Return Values

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

OS Versions: Windows CE 2.12 and earlier.
Header: Serhw.h.

See Also

HWGetIntrType | HWInit | HWModemIntrHandler

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.