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