#ifndef _NTLDR_H #if (PHNT_MODE != PHNT_MODE_KERNEL) #if (PHNT_VERSION >= PHNT_WINDOWS_8) // rev NTSYSAPI NTSTATUS NTAPI LdrSetDllDirectory( _In_ PCUNICODE_STRING DllDirectory ); #endif #endif #endif View code on GitHub
No description available.