Home
last modified time | relevance | path

Searched defs:_EXCEPTION_RECORD64 (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/xdk/
H A Drtltypes.h189 typedef struct _EXCEPTION_RECORD64 { struct
190 NTSTATUS ExceptionCode;
191 ULONG ExceptionFlags;
192 ULONG64 ExceptionRecord;
193 ULONG64 ExceptionAddress;
194 ULONG NumberParameters;
195 ULONG __unusedAlignment;
196 ULONG64 ExceptionInformation[EXCEPTION_MAXIMUM_PARAMETERS];
H A Dwinnt_old.h2411 typedef struct _EXCEPTION_RECORD64 { struct
2412 DWORD ExceptionCode;
2413 DWORD ExceptionFlags;
2414 DWORD64 ExceptionRecord;
2415 DWORD64 ExceptionAddress;
2416 DWORD NumberParameters;
2417 DWORD __unusedAlignment;
2418 DWORD64 ExceptionInformation[EXCEPTION_MAXIMUM_PARAMETERS];