KD_EXCEPTION_INFO (Windows Embedded CE 6.0)
1/5/2010
This structure contains exception code information used by KD_IOCTL_MAP_EXCEPTION.
Syntax
typedef struct _KD_EXCEPTION_INFO {
int nVersion;
ULONG ulFlags;
ULONG ulAddress;
ULONG ulExceptionCode;
} 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
Header | pkfuncs.h |
Windows Embedded CE | Windows CE 3.0 and later |