#ifndef _NTRTL_H
#if (PHNT_VERSION >= PHNT_REDSTONE)
// rev
NTSYSAPI
ULONG
NTAPI
RtlReplaceSystemDirectoryInPath(
_Inout_ PUNICODE_STRING Destination,
_In_ USHORT Machine, // IMAGE_FILE_MACHINE_I386
_In_ USHORT TargetMachine, // IMAGE_FILE_MACHINE_TARGET_HOST
_In_ BOOLEAN IncludePathSeperator
);
View code on GitHub
No description available.