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