KD_IOCTL_INIT (Windows CE 5.0)

Send Feedback

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

OS Versions: Windows CE 3.0 and later.
Header: Pkfuncs.h.

See Also

OEMKDIoControl

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.