#ifndef _NTMISC_H
#if (PHNT_VERSION >= PHNT_WINDOWS_8_1)
//
// Package Application Properties
//
// rev
WINBASEAPI
ULONG
WINAPI
GetCurrentPackageApplicationContext(
_In_ ULONG Index,
_Reserved_ ULONG_PTR Unused,
_Out_ PACKAGE_APPLICATION_CONTEXT_REFERENCE *PackageApplicationContext
);
View code on GitHub
No description available.