#ifndef _NTMISC_H
#if (PHNT_VERSION >= PHNT_WINDOWS_10)
WINBASEAPI
LONG
WINAPI
GetTargetPlatformContext(
_In_ PVOID PackageInfoReference, // PACKAGE_INFO_REFERENCE
_Reserved_ ULONG_PTR Unused,
_Out_ TARGET_PLATFORM_CONTEXT_REFERENCE *TargetPlatformContext
);
View code on GitHub
No description available.