ReactOS 0.4.17-dev-218-g5635d24
_RTL_UNLOAD_EVENT_TRACE Struct Reference

#include <rtltypes.h>

Collaboration diagram for _RTL_UNLOAD_EVENT_TRACE:

Public Attributes

voidBaseAddress
 
SIZE_T SizeOfImage
 
ULONG Sequence
 
ULONG TimeDateStamp
 
ULONG CheckSum
 
WCHAR ImageName [32]
 
PVOID BaseAddress
 
ULONG SizeOfImage
 

Detailed Description

Definition at line 113 of file exception.c.

Member Data Documentation

◆ BaseAddress [1/2]

void* _RTL_UNLOAD_EVENT_TRACE::BaseAddress

Definition at line 115 of file exception.c.

Referenced by LdrpRecordUnloadEvent().

◆ BaseAddress [2/2]

PVOID _RTL_UNLOAD_EVENT_TRACE::BaseAddress

Definition at line 1229 of file rtltypes.h.

◆ CheckSum

ULONG _RTL_UNLOAD_EVENT_TRACE::CheckSum

Definition at line 119 of file exception.c.

Referenced by LdrpRecordUnloadEvent().

◆ ImageName

WCHAR _RTL_UNLOAD_EVENT_TRACE::ImageName

Definition at line 120 of file exception.c.

Referenced by LdrpRecordUnloadEvent().

◆ Sequence

ULONG _RTL_UNLOAD_EVENT_TRACE::Sequence

Definition at line 117 of file exception.c.

Referenced by LdrpRecordUnloadEvent().

◆ SizeOfImage [1/2]

SIZE_T _RTL_UNLOAD_EVENT_TRACE::SizeOfImage

Definition at line 116 of file exception.c.

Referenced by LdrpRecordUnloadEvent().

◆ SizeOfImage [2/2]

ULONG _RTL_UNLOAD_EVENT_TRACE::SizeOfImage

Definition at line 1230 of file rtltypes.h.

◆ TimeDateStamp

ULONG _RTL_UNLOAD_EVENT_TRACE::TimeDateStamp

Definition at line 118 of file exception.c.

Referenced by LdrpRecordUnloadEvent().


The documentation for this struct was generated from the following files: