ReactOS 0.4.16-dev-1133-g947c03e
_LDR_DLL_UNLOADED_NOTIFICATION_DATA Struct Reference

#include <ldrtypes.h>

Collaboration diagram for _LDR_DLL_UNLOADED_NOTIFICATION_DATA:

Public Attributes

ULONG Flags
 
PCUNICODE_STRING FullDllName
 
PCUNICODE_STRING BaseDllName
 
PVOID DllBase
 
ULONG SizeOfImage
 

Detailed Description

Definition at line 215 of file ldrtypes.h.

Member Data Documentation

◆ BaseDllName

PCUNICODE_STRING _LDR_DLL_UNLOADED_NOTIFICATION_DATA::BaseDllName

Definition at line 219 of file ldrtypes.h.

◆ DllBase

PVOID _LDR_DLL_UNLOADED_NOTIFICATION_DATA::DllBase

Definition at line 220 of file ldrtypes.h.

◆ Flags

ULONG _LDR_DLL_UNLOADED_NOTIFICATION_DATA::Flags

Definition at line 217 of file ldrtypes.h.

◆ FullDllName

PCUNICODE_STRING _LDR_DLL_UNLOADED_NOTIFICATION_DATA::FullDllName

Definition at line 218 of file ldrtypes.h.

◆ SizeOfImage

ULONG _LDR_DLL_UNLOADED_NOTIFICATION_DATA::SizeOfImage

Definition at line 221 of file ldrtypes.h.


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