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.
This structure contains exception code information used by KD_IOCTL_MAP_EXCEPTION.
typedef struct _KD_EXCEPTION_INFO {intnVersion;ULONGulFlags;ULONGulAddress; ULONGulExceptionCode;} KD_EXCEPTION_INFO, *PKD_EXCEPTION_INFO;
Members
- nVersion
Version number of the request. This is set to 1 for Windows CE 3.0 and later. - ulFlags
Unused. Always set to 0. - ulAddress
Address where the exception occurred. - ulExceptionCode
Exception code.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Pkfuncs.h.
See Also
OEMKDIoControl | KD_IOCTL_MAP_EXCEPTION
Send Feedback on this topic to the authors