IOCTL_HAL_RELEASE_SYSINTR (Windows Embedded CE 6.0)

1/5/2010

This IOCTL releases a previously-requested SYSINTR.

The OEMIoControl function calls this IOCTL.

Parameters

  • dwIoControlCode
    [in] Set to IOCTL_HAL_RELEASE_SYSINTR.
  • nInBufSize
    [in] Set to sizeof(DWORD).
  • lpOutBuf
    [out] Set to NULL.
  • nOutBufSize
    [out] Set to zero, the size of lpOutBuf.
  • lpBytesReturned
    [in] Set to NULL.

Return Values

TRUE indicates success. FALSE indicates failure.

Requirements

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

See Also

Reference

CEDDK IOCTLs
IOCTL_HAL_REQUEST_SYSINTR
OEMIoControl

Other Resources

Installable ISRs and the Kernel