#ifndef _NTLDR_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)
typedef _Function_class_(LDR_ENUM_CALLBACK)
VOID NTAPI LDR_ENUM_CALLBACK(
_In_ PLDR_DATA_TABLE_ENTRY ModuleInformation,
_In_ PVOID Parameter,
_Out_ BOOLEAN* Stop
);
View code on GitHub
No description available.