KD_IOCTL_JIT_NOTIF (Windows CE 5.0)

Send Feedback

This IOCTL is a notification from the kernel debugger that just-in-time (JIT) debugging is about to start.

The OEMKDIoControl function calls this IOCTL.

Parameters

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

Return Values

TRUE indicates success. FALSE indicates failure.

Remarks

KD_IOCTL_JIT_NOTIF notifies the OAL that a JIT debug is pending so the OAL can notify the user to accept or bypass the JIT debug. KD_IOCTL_JIT_NOTIF can also be used by OEMs to warn the user that the device is blocked at an exception that is waiting to be handled by the debugger. The OAL code could use LEDs to signal, and then wait for a key to be pressed. Depending on the key pressed, the user could indicate if the exception should be handled by the debugger or ignored and handled by the OS.

Requirements

OS Versions: Windows CE 5.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.