Share via


IOCTL_HAL_REQUEST_IRQ

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This IOCTL requests a hardware-to-IRQ mapping based on device location.

The OEMIoControl function calls this IOCTL.

Parameters

  • dwIoControlCode
    [in] Set to IOCTL_HAL_REQUEST_IRQ.
  • nInBufSize
    [in] Size of lpInBuf.
  • lpOutBuf
    [out] Interrupt number.
  • nOutBufSize
    [out] Size of lpOutBuf.
  • lpBytesReturned
    [out] If not NULL, set to size of DWORD. If multiple interrupts are mapped to the hardware device, lpBytesReturned is set to the size of DWORD times the number of interrupts.

Return Values

TRUE indicates success. FALSE indicates failure.

Remarks

If multiple interrupts are mapped to the hardware device, lpOutBuf points to the starting interrupt in an array of interrupts, and nOutBufSize contains the size of the array, in bytes.

Requirements

Header pkfuncs.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

OEMGetInterrupt
OEMIoControl

Other Resources

DEVICE_LOCATION