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

219 lines
13 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"
#include "Windows.Devices.Adc.Provider.h"
#include "Windows.Devices.Gpio.Provider.h"
#include "Windows.Devices.I2c.Provider.h"
#include "Windows.Devices.Pwm.Provider.h"
#include "Windows.Devices.Spi.Provider.h"
/* Forward Declarations */
#ifndef ____x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProvider_FWD_DEFINED__
#define ____x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProvider_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProvider __x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProvider;
#endif // ____x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProvider_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProviderFactory_FWD_DEFINED__
#define ____x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProviderFactory_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProviderFactory __x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProviderFactory;
#endif // ____x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProviderFactory_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CDevices_CILowLevelDevicesController_FWD_DEFINED__
#define ____x_ABI_CWindows_CDevices_CILowLevelDevicesController_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CDevices_CILowLevelDevicesController __x_ABI_CWindows_CDevices_CILowLevelDevicesController;
#endif // ____x_ABI_CWindows_CDevices_CILowLevelDevicesController_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CDevices_CILowLevelDevicesControllerStatics_FWD_DEFINED__
#define ____x_ABI_CWindows_CDevices_CILowLevelDevicesControllerStatics_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CDevices_CILowLevelDevicesControllerStatics __x_ABI_CWindows_CDevices_CILowLevelDevicesControllerStatics;
#endif // ____x_ABI_CWindows_CDevices_CILowLevelDevicesControllerStatics_FWD_DEFINED__
// Parameterized interface forward declarations (C)
// Collection interface definitions
#ifndef ____x_ABI_CWindows_CDevices_CAdc_CProvider_CIAdcControllerProvider_FWD_DEFINED__
#define ____x_ABI_CWindows_CDevices_CAdc_CProvider_CIAdcControllerProvider_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CDevices_CAdc_CProvider_CIAdcControllerProvider __x_ABI_CWindows_CDevices_CAdc_CProvider_CIAdcControllerProvider;
#endif // ____x_ABI_CWindows_CDevices_CAdc_CProvider_CIAdcControllerProvider_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CDevices_CGpio_CProvider_CIGpioControllerProvider_FWD_DEFINED__
#define ____x_ABI_CWindows_CDevices_CGpio_CProvider_CIGpioControllerProvider_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CDevices_CGpio_CProvider_CIGpioControllerProvider __x_ABI_CWindows_CDevices_CGpio_CProvider_CIGpioControllerProvider;
#endif // ____x_ABI_CWindows_CDevices_CGpio_CProvider_CIGpioControllerProvider_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CDevices_CI2c_CProvider_CII2cControllerProvider_FWD_DEFINED__
#define ____x_ABI_CWindows_CDevices_CI2c_CProvider_CII2cControllerProvider_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CDevices_CI2c_CProvider_CII2cControllerProvider __x_ABI_CWindows_CDevices_CI2c_CProvider_CII2cControllerProvider;
#endif // ____x_ABI_CWindows_CDevices_CI2c_CProvider_CII2cControllerProvider_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CDevices_CPwm_CProvider_CIPwmControllerProvider_FWD_DEFINED__
#define ____x_ABI_CWindows_CDevices_CPwm_CProvider_CIPwmControllerProvider_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CDevices_CPwm_CProvider_CIPwmControllerProvider __x_ABI_CWindows_CDevices_CPwm_CProvider_CIPwmControllerProvider;
#endif // ____x_ABI_CWindows_CDevices_CPwm_CProvider_CIPwmControllerProvider_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CDevices_CSpi_CProvider_CISpiControllerProvider_FWD_DEFINED__
#define ____x_ABI_CWindows_CDevices_CSpi_CProvider_CISpiControllerProvider_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CDevices_CSpi_CProvider_CISpiControllerProvider __x_ABI_CWindows_CDevices_CSpi_CProvider_CISpiControllerProvider;
#endif // ____x_ABI_CWindows_CDevices_CSpi_CProvider_CISpiControllerProvider_FWD_DEFINED__
#if !defined(____x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProvider_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProvider_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProviderVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProvider* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProvider* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProvider* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProvider* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProvider* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProvider* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* get_AdcControllerProvider)(__x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProvider* This,
__x_ABI_CWindows_CDevices_CAdc_CProvider_CIAdcControllerProvider** value);
HRESULT (STDMETHODCALLTYPE* get_PwmControllerProvider)(__x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProvider* This,
__x_ABI_CWindows_CDevices_CPwm_CProvider_CIPwmControllerProvider** value);
HRESULT (STDMETHODCALLTYPE* get_GpioControllerProvider)(__x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProvider* This,
__x_ABI_CWindows_CDevices_CGpio_CProvider_CIGpioControllerProvider** value);
HRESULT (STDMETHODCALLTYPE* get_I2cControllerProvider)(__x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProvider* This,
__x_ABI_CWindows_CDevices_CI2c_CProvider_CII2cControllerProvider** value);
HRESULT (STDMETHODCALLTYPE* get_SpiControllerProvider)(__x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProvider* This,
__x_ABI_CWindows_CDevices_CSpi_CProvider_CISpiControllerProvider** value);
END_INTERFACE
} __x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProviderVtbl;
interface __x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProvider
{
CONST_VTBL struct __x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProviderVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProvider;
#endif /* !defined(____x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProvider_INTERFACE_DEFINED__) */
#if !defined(____x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProviderFactory_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProviderFactory_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProviderFactoryVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProviderFactory* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProviderFactory* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProviderFactory* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProviderFactory* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProviderFactory* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProviderFactory* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* Create)(__x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProviderFactory* This,
__x_ABI_CWindows_CDevices_CAdc_CProvider_CIAdcControllerProvider* adc,
__x_ABI_CWindows_CDevices_CPwm_CProvider_CIPwmControllerProvider* pwm,
__x_ABI_CWindows_CDevices_CGpio_CProvider_CIGpioControllerProvider* gpio,
__x_ABI_CWindows_CDevices_CI2c_CProvider_CII2cControllerProvider* i2c,
__x_ABI_CWindows_CDevices_CSpi_CProvider_CISpiControllerProvider* spi,
__x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProvider** value);
END_INTERFACE
} __x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProviderFactoryVtbl;
interface __x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProviderFactory
{
CONST_VTBL struct __x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProviderFactoryVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProviderFactory;
#endif /* !defined(____x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProviderFactory_INTERFACE_DEFINED__) */
#if !defined(____x_ABI_CWindows_CDevices_CILowLevelDevicesController_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CDevices_CILowLevelDevicesController_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CDevices_CILowLevelDevicesControllerVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CDevices_CILowLevelDevicesController* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CDevices_CILowLevelDevicesController* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CDevices_CILowLevelDevicesController* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CDevices_CILowLevelDevicesController* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CDevices_CILowLevelDevicesController* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CDevices_CILowLevelDevicesController* This,
TrustLevel* trustLevel);
END_INTERFACE
} __x_ABI_CWindows_CDevices_CILowLevelDevicesControllerVtbl;
interface __x_ABI_CWindows_CDevices_CILowLevelDevicesController
{
CONST_VTBL struct __x_ABI_CWindows_CDevices_CILowLevelDevicesControllerVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CDevices_CILowLevelDevicesController;
#endif /* !defined(____x_ABI_CWindows_CDevices_CILowLevelDevicesController_INTERFACE_DEFINED__) */
#if !defined(____x_ABI_CWindows_CDevices_CILowLevelDevicesControllerStatics_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CDevices_CILowLevelDevicesControllerStatics_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CDevices_CILowLevelDevicesControllerStaticsVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CDevices_CILowLevelDevicesControllerStatics* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CDevices_CILowLevelDevicesControllerStatics* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CDevices_CILowLevelDevicesControllerStatics* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CDevices_CILowLevelDevicesControllerStatics* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CDevices_CILowLevelDevicesControllerStatics* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CDevices_CILowLevelDevicesControllerStatics* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* get_DefaultProvider)(__x_ABI_CWindows_CDevices_CILowLevelDevicesControllerStatics* This,
__x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProvider** value);
HRESULT (STDMETHODCALLTYPE* put_DefaultProvider)(__x_ABI_CWindows_CDevices_CILowLevelDevicesControllerStatics* This,
__x_ABI_CWindows_CDevices_CILowLevelDevicesAggregateProvider* value);
END_INTERFACE
} __x_ABI_CWindows_CDevices_CILowLevelDevicesControllerStaticsVtbl;
interface __x_ABI_CWindows_CDevices_CILowLevelDevicesControllerStatics
{
CONST_VTBL struct __x_ABI_CWindows_CDevices_CILowLevelDevicesControllerStaticsVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CDevices_CILowLevelDevicesControllerStatics;
#endif /* !defined(____x_ABI_CWindows_CDevices_CILowLevelDevicesControllerStatics_INTERFACE_DEFINED__) */