ReactOS 0.4.16-dev-1007-g2e85425
_LDR_DLL_LOADED_NOTIFICATION_DATA Struct Reference

#include <ldrtypes.h>

Collaboration diagram for _LDR_DLL_LOADED_NOTIFICATION_DATA:

Public Attributes

ULONG Flags
 
PCUNICODE_STRING FullDllName
 
PCUNICODE_STRING BaseDllName
 
PVOID DllBase
 
ULONG SizeOfImage
 

Detailed Description

Definition at line 206 of file ldrtypes.h.

Member Data Documentation

◆ BaseDllName

PCUNICODE_STRING _LDR_DLL_LOADED_NOTIFICATION_DATA::BaseDllName

Definition at line 210 of file ldrtypes.h.

◆ DllBase

PVOID _LDR_DLL_LOADED_NOTIFICATION_DATA::DllBase

Definition at line 211 of file ldrtypes.h.

◆ Flags

ULONG _LDR_DLL_LOADED_NOTIFICATION_DATA::Flags

Definition at line 208 of file ldrtypes.h.

◆ FullDllName

PCUNICODE_STRING _LDR_DLL_LOADED_NOTIFICATION_DATA::FullDllName

Definition at line 209 of file ldrtypes.h.

◆ SizeOfImage

ULONG _LDR_DLL_LOADED_NOTIFICATION_DATA::SizeOfImage

Definition at line 212 of file ldrtypes.h.


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