Undocumented functions of NTDLL



SYSTEM_MODULE_INFORMATION
SYSTEM_MODULE_INFORMATION

typedef struct _SYSTEM_MODULE_INFORMATION {

ULONG ModulesCount; SYSTEM_MODULE Modules[0];

} SYSTEM_MODULE_INFORMATION, *PSYSTEM_MODULE_INFORMATION;


See SYSTEM_MODULE for details. See NtQuerySystemInformation with SystemModuleInformation class for global module enumeration. See LdrQueryProcessModuleInformation for process module enumeration.


Requirements:
Library: ntdll.lib




See also:
KMODULE
SYSTEM_MODULE
LdrQueryProcessModuleInformation
NtQuerySystemInformation