Searched defs:_EXCEPTION_RECORD64 (Results 1 – 2 of 2) sorted by relevance
189 typedef struct _EXCEPTION_RECORD64 { struct190 NTSTATUS ExceptionCode;191 ULONG ExceptionFlags;192 ULONG64 ExceptionRecord;193 ULONG64 ExceptionAddress;194 ULONG NumberParameters;195 ULONG __unusedAlignment;196 ULONG64 ExceptionInformation[EXCEPTION_MAXIMUM_PARAMETERS];
2411 typedef struct _EXCEPTION_RECORD64 { struct2412 DWORD ExceptionCode;2413 DWORD ExceptionFlags;2414 DWORD64 ExceptionRecord;2415 DWORD64 ExceptionAddress;2416 DWORD NumberParameters;2417 DWORD __unusedAlignment;2418 DWORD64 ExceptionInformation[EXCEPTION_MAXIMUM_PARAMETERS];