Home
last modified time | relevance | path

Searched defs:_EXCEPTION_RECORD (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/reactos/
H A Dstubs.h14 typedef struct _EXCEPTION_RECORD { struct
17 struct _EXCEPTION_RECORD* ExceptionRecord; argument
18 PVOID ExceptionAddress;
19 DWORD NumberParameters;
20 ULONG_PTR ExceptionInformation[EXCEPTION_MAXIMUM_PARAMETERS];
/reactos/sdk/include/xdk/
H A Drtltypes.h171 typedef struct _EXCEPTION_RECORD { struct
174 struct _EXCEPTION_RECORD *ExceptionRecord; argument
180 typedef struct _EXCEPTION_RECORD32 { argument
H A Dwinnt_old.h2393 typedef struct _EXCEPTION_RECORD { struct
2396 struct _EXCEPTION_RECORD *ExceptionRecord; argument
2402 typedef struct _EXCEPTION_RECORD32 { argument
/reactos/dll/win32/dbghelp/
H A Dcompat.h207 typedef struct _EXCEPTION_RECORD { struct
210 struct _EXCEPTION_RECORD *ExceptionRecord; argument
211 PVOID ExceptionAddress;
212 DWORD NumberParameters;
213 ULONG_PTR ExceptionInformation[EXCEPTION_MAXIMUM_PARAMETERS];