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

101 lines
5.2 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_CDevices_CBackground_CIDeviceServicingDetails_FWD_DEFINED__
#define ____x_ABI_CWindows_CDevices_CBackground_CIDeviceServicingDetails_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CDevices_CBackground_CIDeviceServicingDetails __x_ABI_CWindows_CDevices_CBackground_CIDeviceServicingDetails;
#endif // ____x_ABI_CWindows_CDevices_CBackground_CIDeviceServicingDetails_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CDevices_CBackground_CIDeviceUseDetails_FWD_DEFINED__
#define ____x_ABI_CWindows_CDevices_CBackground_CIDeviceUseDetails_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CDevices_CBackground_CIDeviceUseDetails __x_ABI_CWindows_CDevices_CBackground_CIDeviceUseDetails;
#endif // ____x_ABI_CWindows_CDevices_CBackground_CIDeviceUseDetails_FWD_DEFINED__
// Parameterized interface forward declarations (C)
// Collection interface definitions
typedef struct __x_ABI_CWindows_CFoundation_CTimeSpan __x_ABI_CWindows_CFoundation_CTimeSpan;
#if !defined(____x_ABI_CWindows_CDevices_CBackground_CIDeviceServicingDetails_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CDevices_CBackground_CIDeviceServicingDetails_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CDevices_CBackground_CIDeviceServicingDetailsVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CDevices_CBackground_CIDeviceServicingDetails* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CDevices_CBackground_CIDeviceServicingDetails* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CDevices_CBackground_CIDeviceServicingDetails* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CDevices_CBackground_CIDeviceServicingDetails* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CDevices_CBackground_CIDeviceServicingDetails* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CDevices_CBackground_CIDeviceServicingDetails* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* get_DeviceId)(__x_ABI_CWindows_CDevices_CBackground_CIDeviceServicingDetails* This,
HSTRING* value);
HRESULT (STDMETHODCALLTYPE* get_Arguments)(__x_ABI_CWindows_CDevices_CBackground_CIDeviceServicingDetails* This,
HSTRING* value);
HRESULT (STDMETHODCALLTYPE* get_ExpectedDuration)(__x_ABI_CWindows_CDevices_CBackground_CIDeviceServicingDetails* This,
struct __x_ABI_CWindows_CFoundation_CTimeSpan* value);
END_INTERFACE
} __x_ABI_CWindows_CDevices_CBackground_CIDeviceServicingDetailsVtbl;
interface __x_ABI_CWindows_CDevices_CBackground_CIDeviceServicingDetails
{
CONST_VTBL struct __x_ABI_CWindows_CDevices_CBackground_CIDeviceServicingDetailsVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CDevices_CBackground_CIDeviceServicingDetails;
#endif /* !defined(____x_ABI_CWindows_CDevices_CBackground_CIDeviceServicingDetails_INTERFACE_DEFINED__) */
#if !defined(____x_ABI_CWindows_CDevices_CBackground_CIDeviceUseDetails_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CDevices_CBackground_CIDeviceUseDetails_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CDevices_CBackground_CIDeviceUseDetailsVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CDevices_CBackground_CIDeviceUseDetails* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CDevices_CBackground_CIDeviceUseDetails* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CDevices_CBackground_CIDeviceUseDetails* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CDevices_CBackground_CIDeviceUseDetails* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CDevices_CBackground_CIDeviceUseDetails* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CDevices_CBackground_CIDeviceUseDetails* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* get_DeviceId)(__x_ABI_CWindows_CDevices_CBackground_CIDeviceUseDetails* This,
HSTRING* value);
HRESULT (STDMETHODCALLTYPE* get_Arguments)(__x_ABI_CWindows_CDevices_CBackground_CIDeviceUseDetails* This,
HSTRING* value);
END_INTERFACE
} __x_ABI_CWindows_CDevices_CBackground_CIDeviceUseDetailsVtbl;
interface __x_ABI_CWindows_CDevices_CBackground_CIDeviceUseDetails
{
CONST_VTBL struct __x_ABI_CWindows_CDevices_CBackground_CIDeviceUseDetailsVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CDevices_CBackground_CIDeviceUseDetails;
#endif /* !defined(____x_ABI_CWindows_CDevices_CBackground_CIDeviceUseDetails_INTERFACE_DEFINED__) */