IOCTL_HAL_RELEASE_SYSINTR
This IOCTL releases a previously-requested SYSINTR. The OEMIoControl function calls this IOCTL.
Parameters
- dwIoControlCode
[in] Set to IOCTL_HAL_RELEASE_SYSINTR. - lpInBuf
[in] Pointer to a DWORD containing a SYSINTR value obtained with the IOCTL_HAL_REQUEST_SYSINTR IOCTL. - 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. - lpOverlapped
[in] Set to NULL.
Return Values
TRUE indicates success. FALSE indicates failure.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Pkfuncs.h.
See Also
IOCTL_HAL_REQUEST_SYSINTR | OEMIoControl | Installable ISRs
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.