|
ReactOS 0.4.17-dev-218-g5635d24
|
#include <rtltypes.h>

Public Attributes | |
| void * | BaseAddress |
| SIZE_T | SizeOfImage |
| ULONG | Sequence |
| ULONG | TimeDateStamp |
| ULONG | CheckSum |
| WCHAR | ImageName [32] |
| PVOID | BaseAddress |
| ULONG | SizeOfImage |
Definition at line 113 of file exception.c.
| void* _RTL_UNLOAD_EVENT_TRACE::BaseAddress |
Definition at line 115 of file exception.c.
Referenced by LdrpRecordUnloadEvent().
| PVOID _RTL_UNLOAD_EVENT_TRACE::BaseAddress |
Definition at line 1229 of file rtltypes.h.
| ULONG _RTL_UNLOAD_EVENT_TRACE::CheckSum |
Definition at line 119 of file exception.c.
Referenced by LdrpRecordUnloadEvent().
| WCHAR _RTL_UNLOAD_EVENT_TRACE::ImageName |
Definition at line 120 of file exception.c.
Referenced by LdrpRecordUnloadEvent().
| ULONG _RTL_UNLOAD_EVENT_TRACE::Sequence |
Definition at line 117 of file exception.c.
Referenced by LdrpRecordUnloadEvent().
| SIZE_T _RTL_UNLOAD_EVENT_TRACE::SizeOfImage |
Definition at line 116 of file exception.c.
Referenced by LdrpRecordUnloadEvent().
| ULONG _RTL_UNLOAD_EVENT_TRACE::SizeOfImage |
Definition at line 1230 of file rtltypes.h.
| ULONG _RTL_UNLOAD_EVENT_TRACE::TimeDateStamp |
Definition at line 118 of file exception.c.
Referenced by LdrpRecordUnloadEvent().