PsLoadedModuleList - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntfill.h
#if (NTDDI_VERSION >= NTDDI_WIN10)

extern PLIST_ENTRY PsLoadedModuleList;

#endif

View code on GitHub

NtDoc

No description available.