KD_EXCEPTION_INFO (Compact 2013)
3/28/2014
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. Set to 1.
- ulFlags
Unused. Always set to zero.
- ulAddress
Address where the exception occurred.
- ulExceptionCode
Exception code.
Requirements
Header |
pkfuncs.h |