LDR_DLL_NOTIFICATION_REASON_UNLOADED - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTLDR_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)
// begin_msdn:"DLL Load Notification"

#define LDR_DLL_NOTIFICATION_REASON_UNLOADED 2

// end_msdn
#endif
#endif

View code on GitHub

No description available.