#ifndef _NTMISC_H
#if (PHNT_VERSION >= PHNT_WINDOWS_10)
//
// Target Platform Properties
//
// rev
WINBASEAPI
LONG
WINAPI
GetCurrentTargetPlatformContext(
_Reserved_ ULONG_PTR Unused,
_Out_ TARGET_PLATFORM_CONTEXT_REFERENCE *TargetPlatformContext
);
View code on GitHub
No description available.