KD_IOCTL_INIT (Compact 2013)
10/16/2014
This I/O control message performs all initialization required for the kernel debugger functions. The kernel debugger sends this message with OEMKDIoctl.
Syntax
BOOL OEMKDIoControl(
DWORD dwIoControlCode, // use KD_IOCTL_INIT
LPVOID lpInBuffer, // pointer to input buffer
DWORD nInBufferSize // input buffer size
);
Parameters
- dwIoControlCode
[in] Control code for the operation. Use KD_IOCTL_INIT for this operation.
- lpInBuffer
[in] Set to NULL.
- nInBufferSize
[in] Set to zero.
Return Values
TRUE if successful; otherwise, FALSE.
Requirements
Header |
pkfuncs.h |