#ifndef _NTRTL_H #if (PHNT_VERSION >= PHNT_WINDOWS_8) // rev NTSYSAPI NTSTATUS NTAPI RtlGetExePath( _In_ PCWSTR DosPathName, _Out_ PCWSTR* Path ); #endif #endif View code on GitHub
No description available.