KD_IOCTL_MAP_EXCEPTION (Windows CE 5.0)

Send Feedback

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.
  • lpBuf
    [in, out] Pointer to a buffer that contains a KD_EXCEPTION_INFO structure.
  • 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

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

See Also

OEMKDIoControl | KD_EXCEPTION_INFO

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.