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