IOCTL_HAL_POSTINIT (Compact 2013)
10/16/2014
This I/O control message is called by the kernel and implemented in the OAL to provide the OEM with a last chance to perform an action before other processes are started. Send this message with OEMIoControl.
Syntax
BOOL OEMIoControl(
DWORD dwIoControlCode, // use IOCTL_HAL_POSTINIT
LPVOID lpInBuffer, // pointer to input buffer
DWORD nInBufferSize, // input buffer size
LPVOID lpOutBuffer, // pointer to output buffer
DWORD nOutBufferSize, // output buffer size
LPDWORD lpBytesReturned // number of bytes returned
);
Parameters
This I/O control passes no data and returns nothing. Use the control code, IOCTL_HAL_POSTINIT, with no other parameters.
Return Values
None.
Requirements
Header |
pkfuncs.h |