ReactOS 0.4.15-dev-7934-g1dc8d80
_LDR_DLL_LOADED_NOTIFICATION_DATA Struct Reference

#include <ldrtypes.h>

Collaboration diagram for _LDR_DLL_LOADED_NOTIFICATION_DATA:

Public Attributes

ULONG Flags
 
PUNICODE_STRING FullDllName
 
PUNICODE_STRING BaseDllName
 
PVOID DllBase
 
ULONG SizeOfImage
 
PCUNICODE_STRING FullDllName
 
PCUNICODE_STRING BaseDllName
 

Detailed Description

Definition at line 199 of file ldrtypes.h.

Member Data Documentation

◆ BaseDllName [1/2]

PUNICODE_STRING _LDR_DLL_LOADED_NOTIFICATION_DATA::BaseDllName

Definition at line 203 of file ldrtypes.h.

◆ BaseDllName [2/2]

PCUNICODE_STRING _LDR_DLL_LOADED_NOTIFICATION_DATA::BaseDllName

Definition at line 2263 of file winternl.h.

◆ DllBase

PVOID _LDR_DLL_LOADED_NOTIFICATION_DATA::DllBase

Definition at line 204 of file ldrtypes.h.

◆ Flags

ULONG _LDR_DLL_LOADED_NOTIFICATION_DATA::Flags

Definition at line 201 of file ldrtypes.h.

◆ FullDllName [1/2]

PUNICODE_STRING _LDR_DLL_LOADED_NOTIFICATION_DATA::FullDllName

Definition at line 202 of file ldrtypes.h.

◆ FullDllName [2/2]

PCUNICODE_STRING _LDR_DLL_LOADED_NOTIFICATION_DATA::FullDllName

Definition at line 2262 of file winternl.h.

◆ SizeOfImage

ULONG _LDR_DLL_LOADED_NOTIFICATION_DATA::SizeOfImage

Definition at line 205 of file ldrtypes.h.


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