#ifndef _NTMISC_H
#if (PHNT_VERSION >= PHNT_WINDOWS_8_1)
// rev
WINBASEAPI
ULONG
WINAPI
GetCurrentPackageContext(
_In_ ULONG Index,
_Reserved_ ULONG_PTR Unused,
_Out_ PACKAGE_CONTEXT_REFERENCE *PackageContext
);
View code on GitHub
No description available.