#ifndef _NTLDR_H #if (PHNT_MODE != PHNT_MODE_KERNEL) NTSYSAPI NTSTATUS NTAPI LdrLockLoaderLock( _In_ ULONG Flags, _Out_opt_ ULONG *Disposition, _Out_opt_ PVOID *Cookie ); #endif #endif View code on GitHub
No description available.