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