#ifndef _NTRTL_H
#if (PHNT_VERSION >= PHNT_REDSTONE)
// rev from Wow64DetermineEnvironment
NTSYSAPI
NTSTATUS
NTAPI
RtlWow64IsWowGuestMachineSupported(
_In_ USHORT NativeMachine,
_Out_ PBOOLEAN IsWowGuestMachineSupported
);
View code on GitHub
No description available.