swift-cwinrt/Sources/CWinRT/include/Microsoft.Windows.Security.AccessControl.h
2024-02-15 17:12:35 -08:00

73 lines
4.0 KiB
C

// WARNING: Please don't edit this file. It was generated by Swift/WinRT v0.0.1
#pragma once
// Header files for imported files
#include <inspectable.h>
#include <EventToken.h>
#include <windowscontracts.h>
#include "Windows.Foundation.h"
/* Forward Declarations */
#ifndef ____x_ABI_CMicrosoft_CWindows_CSecurity_CAccessControl_CISecurityDescriptorHelpersStatics_FWD_DEFINED__
#define ____x_ABI_CMicrosoft_CWindows_CSecurity_CAccessControl_CISecurityDescriptorHelpersStatics_FWD_DEFINED__
typedef interface __x_ABI_CMicrosoft_CWindows_CSecurity_CAccessControl_CISecurityDescriptorHelpersStatics __x_ABI_CMicrosoft_CWindows_CSecurity_CAccessControl_CISecurityDescriptorHelpersStatics;
#endif // ____x_ABI_CMicrosoft_CWindows_CSecurity_CAccessControl_CISecurityDescriptorHelpersStatics_FWD_DEFINED__
// Parameterized interface forward declarations (C)
// Collection interface definitions
typedef struct __x_ABI_CMicrosoft_CWindows_CSecurity_CAccessControl_CAppContainerNameAndAccess __x_ABI_CMicrosoft_CWindows_CSecurity_CAccessControl_CAppContainerNameAndAccess;
struct __x_ABI_CMicrosoft_CWindows_CSecurity_CAccessControl_CAppContainerNameAndAccess
{
HSTRING appContainerName;
UINT32 accessMask;
};
#if !defined(____x_ABI_CMicrosoft_CWindows_CSecurity_CAccessControl_CISecurityDescriptorHelpersStatics_INTERFACE_DEFINED__)
#define ____x_ABI_CMicrosoft_CWindows_CSecurity_CAccessControl_CISecurityDescriptorHelpersStatics_INTERFACE_DEFINED__
typedef struct __x_ABI_CMicrosoft_CWindows_CSecurity_CAccessControl_CISecurityDescriptorHelpersStaticsVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CMicrosoft_CWindows_CSecurity_CAccessControl_CISecurityDescriptorHelpersStatics* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CMicrosoft_CWindows_CSecurity_CAccessControl_CISecurityDescriptorHelpersStatics* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CMicrosoft_CWindows_CSecurity_CAccessControl_CISecurityDescriptorHelpersStatics* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CMicrosoft_CWindows_CSecurity_CAccessControl_CISecurityDescriptorHelpersStatics* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CMicrosoft_CWindows_CSecurity_CAccessControl_CISecurityDescriptorHelpersStatics* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CMicrosoft_CWindows_CSecurity_CAccessControl_CISecurityDescriptorHelpersStatics* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* GetSddlForAppContainerNames)(__x_ABI_CMicrosoft_CWindows_CSecurity_CAccessControl_CISecurityDescriptorHelpersStatics* This,
UINT32 accessRequestsLength,
struct __x_ABI_CMicrosoft_CWindows_CSecurity_CAccessControl_CAppContainerNameAndAccess* accessRequests,
HSTRING principalStringSid,
UINT32 principalAccessMask,
HSTRING* result);
HRESULT (STDMETHODCALLTYPE* GetSecurityDescriptorBytesFromAppContainerNames)(__x_ABI_CMicrosoft_CWindows_CSecurity_CAccessControl_CISecurityDescriptorHelpersStatics* This,
UINT32 accessRequestsLength,
struct __x_ABI_CMicrosoft_CWindows_CSecurity_CAccessControl_CAppContainerNameAndAccess* accessRequests,
HSTRING principalStringSid,
UINT32 principalAccessMask,
UINT32* resultLength,
BYTE** result);
END_INTERFACE
} __x_ABI_CMicrosoft_CWindows_CSecurity_CAccessControl_CISecurityDescriptorHelpersStaticsVtbl;
interface __x_ABI_CMicrosoft_CWindows_CSecurity_CAccessControl_CISecurityDescriptorHelpersStatics
{
CONST_VTBL struct __x_ABI_CMicrosoft_CWindows_CSecurity_CAccessControl_CISecurityDescriptorHelpersStaticsVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CMicrosoft_CWindows_CSecurity_CAccessControl_CISecurityDescriptorHelpersStatics;
#endif /* !defined(____x_ABI_CMicrosoft_CWindows_CSecurity_CAccessControl_CISecurityDescriptorHelpersStatics_INTERFACE_DEFINED__) */