Share via


KD_IOCTL_INIT

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This IOCTL is an indication from the kernel debugger that OEMs can perform any required IOCTL initialization.

The OEMKDIoControl function calls this IOCTL.

Parameters

  • dwIoControlCode
    [in] Set to KD_IOCTL_INIT.
  • lpBuf
    [in] Always set to NULL.
  • nBufSize
    [in] Always set to zero.

Return Values

TRUE indicates success.

FALSE indicates failure.

Requirements

Header pkfuncs.h
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

OEMKDIoControl