Share via


KD_IOCTL_MAP_EXCEPTION

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This IOCTL is a request from the kernel debugger to map an exception code to a different code.

The OEMKDIoControl function calls this IOCTL.

Parameters

  • dwIoControlCode
    [in] Set to KD_IOCTL_MAP_EXCEPTION.
  • nBufSize
    [in] Size of the buffer pointed to by lpBuf.

Return Values

TRUE indicates success. FALSE indicates failure.

Remarks

If required, the current value of ((PKD_EXCEPTION_INFO)lpBuf)->ulExceptionCode can be tested and changed to a new value.

Requirements

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

See Also

Reference

OEMKDIoControl
KD_EXCEPTION_INFO