147 lines
8.0 KiB
C
147 lines
8.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_CWindows_CManagement_CWorkplace_CIMdmAllowPolicyStatics_FWD_DEFINED__
|
|
#define ____x_ABI_CWindows_CManagement_CWorkplace_CIMdmAllowPolicyStatics_FWD_DEFINED__
|
|
typedef interface __x_ABI_CWindows_CManagement_CWorkplace_CIMdmAllowPolicyStatics __x_ABI_CWindows_CManagement_CWorkplace_CIMdmAllowPolicyStatics;
|
|
|
|
#endif // ____x_ABI_CWindows_CManagement_CWorkplace_CIMdmAllowPolicyStatics_FWD_DEFINED__
|
|
|
|
#ifndef ____x_ABI_CWindows_CManagement_CWorkplace_CIMdmPolicyStatics2_FWD_DEFINED__
|
|
#define ____x_ABI_CWindows_CManagement_CWorkplace_CIMdmPolicyStatics2_FWD_DEFINED__
|
|
typedef interface __x_ABI_CWindows_CManagement_CWorkplace_CIMdmPolicyStatics2 __x_ABI_CWindows_CManagement_CWorkplace_CIMdmPolicyStatics2;
|
|
|
|
#endif // ____x_ABI_CWindows_CManagement_CWorkplace_CIMdmPolicyStatics2_FWD_DEFINED__
|
|
|
|
#ifndef ____x_ABI_CWindows_CManagement_CWorkplace_CIWorkplaceSettingsStatics_FWD_DEFINED__
|
|
#define ____x_ABI_CWindows_CManagement_CWorkplace_CIWorkplaceSettingsStatics_FWD_DEFINED__
|
|
typedef interface __x_ABI_CWindows_CManagement_CWorkplace_CIWorkplaceSettingsStatics __x_ABI_CWindows_CManagement_CWorkplace_CIWorkplaceSettingsStatics;
|
|
|
|
#endif // ____x_ABI_CWindows_CManagement_CWorkplace_CIWorkplaceSettingsStatics_FWD_DEFINED__
|
|
|
|
// Parameterized interface forward declarations (C)
|
|
|
|
// Collection interface definitions
|
|
|
|
typedef enum __x_ABI_CWindows_CManagement_CWorkplace_CMessagingSyncPolicy __x_ABI_CWindows_CManagement_CWorkplace_CMessagingSyncPolicy;
|
|
|
|
enum __x_ABI_CWindows_CManagement_CWorkplace_CMessagingSyncPolicy
|
|
{
|
|
__x_ABI_CWindows_CManagement_CWorkplace_CMessagingSyncPolicy_Disallowed = 0,
|
|
__x_ABI_CWindows_CManagement_CWorkplace_CMessagingSyncPolicy_Allowed = 1,
|
|
__x_ABI_CWindows_CManagement_CWorkplace_CMessagingSyncPolicy_Required = 2,
|
|
};
|
|
|
|
#if !defined(____x_ABI_CWindows_CManagement_CWorkplace_CIMdmAllowPolicyStatics_INTERFACE_DEFINED__)
|
|
#define ____x_ABI_CWindows_CManagement_CWorkplace_CIMdmAllowPolicyStatics_INTERFACE_DEFINED__
|
|
typedef struct __x_ABI_CWindows_CManagement_CWorkplace_CIMdmAllowPolicyStaticsVtbl
|
|
{
|
|
BEGIN_INTERFACE
|
|
|
|
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CManagement_CWorkplace_CIMdmAllowPolicyStatics* This,
|
|
REFIID riid,
|
|
void** ppvObject);
|
|
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CManagement_CWorkplace_CIMdmAllowPolicyStatics* This);
|
|
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CManagement_CWorkplace_CIMdmAllowPolicyStatics* This);
|
|
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CManagement_CWorkplace_CIMdmAllowPolicyStatics* This,
|
|
ULONG* iidCount,
|
|
IID** iids);
|
|
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CManagement_CWorkplace_CIMdmAllowPolicyStatics* This,
|
|
HSTRING* className);
|
|
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CManagement_CWorkplace_CIMdmAllowPolicyStatics* This,
|
|
TrustLevel* trustLevel);
|
|
HRESULT (STDMETHODCALLTYPE* IsBrowserAllowed)(__x_ABI_CWindows_CManagement_CWorkplace_CIMdmAllowPolicyStatics* This,
|
|
boolean* value);
|
|
HRESULT (STDMETHODCALLTYPE* IsCameraAllowed)(__x_ABI_CWindows_CManagement_CWorkplace_CIMdmAllowPolicyStatics* This,
|
|
boolean* value);
|
|
HRESULT (STDMETHODCALLTYPE* IsMicrosoftAccountAllowed)(__x_ABI_CWindows_CManagement_CWorkplace_CIMdmAllowPolicyStatics* This,
|
|
boolean* value);
|
|
HRESULT (STDMETHODCALLTYPE* IsStoreAllowed)(__x_ABI_CWindows_CManagement_CWorkplace_CIMdmAllowPolicyStatics* This,
|
|
boolean* value);
|
|
|
|
END_INTERFACE
|
|
} __x_ABI_CWindows_CManagement_CWorkplace_CIMdmAllowPolicyStaticsVtbl;
|
|
|
|
interface __x_ABI_CWindows_CManagement_CWorkplace_CIMdmAllowPolicyStatics
|
|
{
|
|
CONST_VTBL struct __x_ABI_CWindows_CManagement_CWorkplace_CIMdmAllowPolicyStaticsVtbl* lpVtbl;
|
|
};
|
|
|
|
|
|
EXTERN_C const IID IID___x_ABI_CWindows_CManagement_CWorkplace_CIMdmAllowPolicyStatics;
|
|
#endif /* !defined(____x_ABI_CWindows_CManagement_CWorkplace_CIMdmAllowPolicyStatics_INTERFACE_DEFINED__) */
|
|
|
|
#if !defined(____x_ABI_CWindows_CManagement_CWorkplace_CIMdmPolicyStatics2_INTERFACE_DEFINED__)
|
|
#define ____x_ABI_CWindows_CManagement_CWorkplace_CIMdmPolicyStatics2_INTERFACE_DEFINED__
|
|
typedef struct __x_ABI_CWindows_CManagement_CWorkplace_CIMdmPolicyStatics2Vtbl
|
|
{
|
|
BEGIN_INTERFACE
|
|
|
|
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CManagement_CWorkplace_CIMdmPolicyStatics2* This,
|
|
REFIID riid,
|
|
void** ppvObject);
|
|
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CManagement_CWorkplace_CIMdmPolicyStatics2* This);
|
|
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CManagement_CWorkplace_CIMdmPolicyStatics2* This);
|
|
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CManagement_CWorkplace_CIMdmPolicyStatics2* This,
|
|
ULONG* iidCount,
|
|
IID** iids);
|
|
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CManagement_CWorkplace_CIMdmPolicyStatics2* This,
|
|
HSTRING* className);
|
|
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CManagement_CWorkplace_CIMdmPolicyStatics2* This,
|
|
TrustLevel* trustLevel);
|
|
HRESULT (STDMETHODCALLTYPE* GetMessagingSyncPolicy)(__x_ABI_CWindows_CManagement_CWorkplace_CIMdmPolicyStatics2* This,
|
|
enum __x_ABI_CWindows_CManagement_CWorkplace_CMessagingSyncPolicy* value);
|
|
|
|
END_INTERFACE
|
|
} __x_ABI_CWindows_CManagement_CWorkplace_CIMdmPolicyStatics2Vtbl;
|
|
|
|
interface __x_ABI_CWindows_CManagement_CWorkplace_CIMdmPolicyStatics2
|
|
{
|
|
CONST_VTBL struct __x_ABI_CWindows_CManagement_CWorkplace_CIMdmPolicyStatics2Vtbl* lpVtbl;
|
|
};
|
|
|
|
|
|
EXTERN_C const IID IID___x_ABI_CWindows_CManagement_CWorkplace_CIMdmPolicyStatics2;
|
|
#endif /* !defined(____x_ABI_CWindows_CManagement_CWorkplace_CIMdmPolicyStatics2_INTERFACE_DEFINED__) */
|
|
|
|
#if !defined(____x_ABI_CWindows_CManagement_CWorkplace_CIWorkplaceSettingsStatics_INTERFACE_DEFINED__)
|
|
#define ____x_ABI_CWindows_CManagement_CWorkplace_CIWorkplaceSettingsStatics_INTERFACE_DEFINED__
|
|
typedef struct __x_ABI_CWindows_CManagement_CWorkplace_CIWorkplaceSettingsStaticsVtbl
|
|
{
|
|
BEGIN_INTERFACE
|
|
|
|
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CManagement_CWorkplace_CIWorkplaceSettingsStatics* This,
|
|
REFIID riid,
|
|
void** ppvObject);
|
|
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CManagement_CWorkplace_CIWorkplaceSettingsStatics* This);
|
|
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CManagement_CWorkplace_CIWorkplaceSettingsStatics* This);
|
|
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CManagement_CWorkplace_CIWorkplaceSettingsStatics* This,
|
|
ULONG* iidCount,
|
|
IID** iids);
|
|
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CManagement_CWorkplace_CIWorkplaceSettingsStatics* This,
|
|
HSTRING* className);
|
|
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CManagement_CWorkplace_CIWorkplaceSettingsStatics* This,
|
|
TrustLevel* trustLevel);
|
|
HRESULT (STDMETHODCALLTYPE* get_IsMicrosoftAccountOptional)(__x_ABI_CWindows_CManagement_CWorkplace_CIWorkplaceSettingsStatics* This,
|
|
boolean* value);
|
|
|
|
END_INTERFACE
|
|
} __x_ABI_CWindows_CManagement_CWorkplace_CIWorkplaceSettingsStaticsVtbl;
|
|
|
|
interface __x_ABI_CWindows_CManagement_CWorkplace_CIWorkplaceSettingsStatics
|
|
{
|
|
CONST_VTBL struct __x_ABI_CWindows_CManagement_CWorkplace_CIWorkplaceSettingsStaticsVtbl* lpVtbl;
|
|
};
|
|
|
|
|
|
EXTERN_C const IID IID___x_ABI_CWindows_CManagement_CWorkplace_CIWorkplaceSettingsStatics;
|
|
#endif /* !defined(____x_ABI_CWindows_CManagement_CWorkplace_CIWorkplaceSettingsStatics_INTERFACE_DEFINED__) */
|
|
|