#ifndef _NTLDR_H // // DLLs // typedef _Function_class_(LDR_INIT_ROUTINE) BOOLEAN NTAPI LDR_INIT_ROUTINE( _In_ PVOID DllHandle, _In_ ULONG Reason, _In_opt_ PVOID Context ); #endif View code on GitHub
No description available.