次の方法で共有


HWLineIntrHandler (Windows Embedded CE 6.0)

1/6/2010

This function handles line interrupts for serial port devices.

Syntax

VOID HWLineIntrHandler(
  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 line status of the serial port and updates internal driver status information. This function is called in response to a line interrupt notice from the HWGetIntrType function.

Requirements

Header serhw.h
Windows Embedded CE Windows CE 1.0 and later

See Also

Reference

Serial Port Driver PDD Functions
HWGetIntrType
HWInit