File Index Symbol Index

/******************************************************************************** * * * securityappcontainer.h -- ApiSet Contract for api-ms-win-security-appcontainer-l1 * * * * Copyright (c) Microsoft Corporation. All rights reserved. * * * ********************************************************************************/
#ifdef _MSC_VER
#pragma once
#endif // _MSC_VER
#ifndef _APIAPPCONTAINER_
#define _APIAPPCONTAINER_
#include <apiset.h>
#include <apisetcconv.h>
#include <minwindef.h>
#include <minwinbase.h>
#pragma region Desktop Family or OneCore Family
#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | WINAPI_PARTITION_SYSTEM)
#ifdef __cplusplus
extern
"C"
{
#endif
#if NTDDI_VERSION >= NTDDI_WIN8
//
// Token Extension APIs
//
BOOL
GetAppContainerNamedObjectPath
( );
#endif
#ifdef __cplusplus
}
#endif
#endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | WINAPI_PARTITION_SYSTEM) */
#pragma endregion
#endif // _APIAPPCONTAINER_