swift-cwinrt/Sources/CWinRT/include/Windows.Foundation.Metadata.h
2024-02-15 17:12:35 -08:00

100 lines
4.8 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_CFoundation_CMetadata_CIApiInformationStatics_FWD_DEFINED__
#define ____x_ABI_CWindows_CFoundation_CMetadata_CIApiInformationStatics_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CFoundation_CMetadata_CIApiInformationStatics __x_ABI_CWindows_CFoundation_CMetadata_CIApiInformationStatics;
#endif // ____x_ABI_CWindows_CFoundation_CMetadata_CIApiInformationStatics_FWD_DEFINED__
// Parameterized interface forward declarations (C)
// Collection interface definitions
enum __x_ABI_CWindows_CFoundation_CMetadata_CGCPressureAmount
{
__x_ABI_CWindows_CFoundation_CMetadata_CGCPressureAmount_Low = 0,
__x_ABI_CWindows_CFoundation_CMetadata_CGCPressureAmount_Medium = 1,
__x_ABI_CWindows_CFoundation_CMetadata_CGCPressureAmount_High = 2,
};
#if !defined(____x_ABI_CWindows_CFoundation_CMetadata_CIApiInformationStatics_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CFoundation_CMetadata_CIApiInformationStatics_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CFoundation_CMetadata_CIApiInformationStaticsVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CFoundation_CMetadata_CIApiInformationStatics* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CFoundation_CMetadata_CIApiInformationStatics* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CFoundation_CMetadata_CIApiInformationStatics* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CFoundation_CMetadata_CIApiInformationStatics* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CFoundation_CMetadata_CIApiInformationStatics* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CFoundation_CMetadata_CIApiInformationStatics* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* IsTypePresent)(__x_ABI_CWindows_CFoundation_CMetadata_CIApiInformationStatics* This,
HSTRING typeName,
boolean* result);
HRESULT (STDMETHODCALLTYPE* IsMethodPresent)(__x_ABI_CWindows_CFoundation_CMetadata_CIApiInformationStatics* This,
HSTRING typeName,
HSTRING methodName,
boolean* result);
HRESULT (STDMETHODCALLTYPE* IsMethodPresentWithArity)(__x_ABI_CWindows_CFoundation_CMetadata_CIApiInformationStatics* This,
HSTRING typeName,
HSTRING methodName,
UINT32 inputParameterCount,
boolean* result);
HRESULT (STDMETHODCALLTYPE* IsEventPresent)(__x_ABI_CWindows_CFoundation_CMetadata_CIApiInformationStatics* This,
HSTRING typeName,
HSTRING eventName,
boolean* result);
HRESULT (STDMETHODCALLTYPE* IsPropertyPresent)(__x_ABI_CWindows_CFoundation_CMetadata_CIApiInformationStatics* This,
HSTRING typeName,
HSTRING propertyName,
boolean* result);
HRESULT (STDMETHODCALLTYPE* IsReadOnlyPropertyPresent)(__x_ABI_CWindows_CFoundation_CMetadata_CIApiInformationStatics* This,
HSTRING typeName,
HSTRING propertyName,
boolean* result);
HRESULT (STDMETHODCALLTYPE* IsWriteablePropertyPresent)(__x_ABI_CWindows_CFoundation_CMetadata_CIApiInformationStatics* This,
HSTRING typeName,
HSTRING propertyName,
boolean* result);
HRESULT (STDMETHODCALLTYPE* IsEnumNamedValuePresent)(__x_ABI_CWindows_CFoundation_CMetadata_CIApiInformationStatics* This,
HSTRING enumTypeName,
HSTRING valueName,
boolean* result);
HRESULT (STDMETHODCALLTYPE* IsApiContractPresentByMajor)(__x_ABI_CWindows_CFoundation_CMetadata_CIApiInformationStatics* This,
HSTRING contractName,
UINT16 majorVersion,
boolean* result);
HRESULT (STDMETHODCALLTYPE* IsApiContractPresentByMajorAndMinor)(__x_ABI_CWindows_CFoundation_CMetadata_CIApiInformationStatics* This,
HSTRING contractName,
UINT16 majorVersion,
UINT16 minorVersion,
boolean* result);
END_INTERFACE
} __x_ABI_CWindows_CFoundation_CMetadata_CIApiInformationStaticsVtbl;
interface __x_ABI_CWindows_CFoundation_CMetadata_CIApiInformationStatics
{
CONST_VTBL struct __x_ABI_CWindows_CFoundation_CMetadata_CIApiInformationStaticsVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CFoundation_CMetadata_CIApiInformationStatics;
#endif /* !defined(____x_ABI_CWindows_CFoundation_CMetadata_CIApiInformationStatics_INTERFACE_DEFINED__) */