Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
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
| Header | pkfuncs.h |
| Windows Embedded CE | Windows CE 3.0 and later |