swift-cwinrt/Sources/CWinRT/include/Windows.Phone.System.Profile.h
2024-02-15 17:12:35 -08:00

54 lines
2.5 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_CPhone_CSystem_CProfile_CIRetailModeStatics_FWD_DEFINED__
#define ____x_ABI_CWindows_CPhone_CSystem_CProfile_CIRetailModeStatics_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CPhone_CSystem_CProfile_CIRetailModeStatics __x_ABI_CWindows_CPhone_CSystem_CProfile_CIRetailModeStatics;
#endif // ____x_ABI_CWindows_CPhone_CSystem_CProfile_CIRetailModeStatics_FWD_DEFINED__
// Parameterized interface forward declarations (C)
// Collection interface definitions
#if !defined(____x_ABI_CWindows_CPhone_CSystem_CProfile_CIRetailModeStatics_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CPhone_CSystem_CProfile_CIRetailModeStatics_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CPhone_CSystem_CProfile_CIRetailModeStaticsVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CPhone_CSystem_CProfile_CIRetailModeStatics* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CPhone_CSystem_CProfile_CIRetailModeStatics* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CPhone_CSystem_CProfile_CIRetailModeStatics* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CPhone_CSystem_CProfile_CIRetailModeStatics* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CPhone_CSystem_CProfile_CIRetailModeStatics* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CPhone_CSystem_CProfile_CIRetailModeStatics* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* get_RetailModeEnabled)(__x_ABI_CWindows_CPhone_CSystem_CProfile_CIRetailModeStatics* This,
boolean* value);
END_INTERFACE
} __x_ABI_CWindows_CPhone_CSystem_CProfile_CIRetailModeStaticsVtbl;
interface __x_ABI_CWindows_CPhone_CSystem_CProfile_CIRetailModeStatics
{
CONST_VTBL struct __x_ABI_CWindows_CPhone_CSystem_CProfile_CIRetailModeStaticsVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CPhone_CSystem_CProfile_CIRetailModeStatics;
#endif /* !defined(____x_ABI_CWindows_CPhone_CSystem_CProfile_CIRetailModeStatics_INTERFACE_DEFINED__) */