ReactOS 0.4.15-dev-7842-g558ab78
_LDR_DLL_UNLOADED_NOTIFICATION_DATA Struct Reference

#include <winternl.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 2268 of file winternl.h.

Member Data Documentation

◆ BaseDllName

PCUNICODE_STRING _LDR_DLL_UNLOADED_NOTIFICATION_DATA::BaseDllName

Definition at line 2272 of file winternl.h.

◆ DllBase

PVOID _LDR_DLL_UNLOADED_NOTIFICATION_DATA::DllBase

Definition at line 2273 of file winternl.h.

◆ Flags

ULONG _LDR_DLL_UNLOADED_NOTIFICATION_DATA::Flags

Definition at line 2270 of file winternl.h.

◆ FullDllName

PCUNICODE_STRING _LDR_DLL_UNLOADED_NOTIFICATION_DATA::FullDllName

Definition at line 2271 of file winternl.h.

◆ SizeOfImage

ULONG _LDR_DLL_UNLOADED_NOTIFICATION_DATA::SizeOfImage

Definition at line 2274 of file winternl.h.


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