#ifndef _NTMISC_H
#if (PHNT_VERSION >= PHNT_WINDOWS_8_1)
//
// Package Security Properties
//
// rev
WINBASEAPI
LONG
WINAPI
GetCurrentPackageSecurityContext(
_Reserved_ ULONG_PTR Unused,
_Out_ PACKAGE_SECURITY_CONTEXT_REFERENCE *PackageSecurityContext
);
View code on GitHub
No description available.