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

179 lines
9.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_CPerception_CIPerceptionTimestamp_FWD_DEFINED__
#define ____x_ABI_CWindows_CPerception_CIPerceptionTimestamp_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CPerception_CIPerceptionTimestamp __x_ABI_CWindows_CPerception_CIPerceptionTimestamp;
#endif // ____x_ABI_CWindows_CPerception_CIPerceptionTimestamp_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CPerception_CIPerceptionTimestamp2_FWD_DEFINED__
#define ____x_ABI_CWindows_CPerception_CIPerceptionTimestamp2_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CPerception_CIPerceptionTimestamp2 __x_ABI_CWindows_CPerception_CIPerceptionTimestamp2;
#endif // ____x_ABI_CWindows_CPerception_CIPerceptionTimestamp2_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics_FWD_DEFINED__
#define ____x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics __x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics;
#endif // ____x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics2_FWD_DEFINED__
#define ____x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics2_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics2 __x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics2;
#endif // ____x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics2_FWD_DEFINED__
// Parameterized interface forward declarations (C)
// Collection interface definitions
typedef struct __x_ABI_CWindows_CFoundation_CDateTime __x_ABI_CWindows_CFoundation_CDateTime;
typedef struct __x_ABI_CWindows_CFoundation_CTimeSpan __x_ABI_CWindows_CFoundation_CTimeSpan;
#if !defined(____x_ABI_CWindows_CPerception_CIPerceptionTimestamp_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CPerception_CIPerceptionTimestamp_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CPerception_CIPerceptionTimestampVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CPerception_CIPerceptionTimestamp* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CPerception_CIPerceptionTimestamp* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CPerception_CIPerceptionTimestamp* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CPerception_CIPerceptionTimestamp* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CPerception_CIPerceptionTimestamp* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CPerception_CIPerceptionTimestamp* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* get_TargetTime)(__x_ABI_CWindows_CPerception_CIPerceptionTimestamp* This,
struct __x_ABI_CWindows_CFoundation_CDateTime* value);
HRESULT (STDMETHODCALLTYPE* get_PredictionAmount)(__x_ABI_CWindows_CPerception_CIPerceptionTimestamp* This,
struct __x_ABI_CWindows_CFoundation_CTimeSpan* value);
END_INTERFACE
} __x_ABI_CWindows_CPerception_CIPerceptionTimestampVtbl;
interface __x_ABI_CWindows_CPerception_CIPerceptionTimestamp
{
CONST_VTBL struct __x_ABI_CWindows_CPerception_CIPerceptionTimestampVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CPerception_CIPerceptionTimestamp;
#endif /* !defined(____x_ABI_CWindows_CPerception_CIPerceptionTimestamp_INTERFACE_DEFINED__) */
#if !defined(____x_ABI_CWindows_CPerception_CIPerceptionTimestamp2_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CPerception_CIPerceptionTimestamp2_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CPerception_CIPerceptionTimestamp2Vtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CPerception_CIPerceptionTimestamp2* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CPerception_CIPerceptionTimestamp2* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CPerception_CIPerceptionTimestamp2* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CPerception_CIPerceptionTimestamp2* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CPerception_CIPerceptionTimestamp2* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CPerception_CIPerceptionTimestamp2* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* get_SystemRelativeTargetTime)(__x_ABI_CWindows_CPerception_CIPerceptionTimestamp2* This,
struct __x_ABI_CWindows_CFoundation_CTimeSpan* value);
END_INTERFACE
} __x_ABI_CWindows_CPerception_CIPerceptionTimestamp2Vtbl;
interface __x_ABI_CWindows_CPerception_CIPerceptionTimestamp2
{
CONST_VTBL struct __x_ABI_CWindows_CPerception_CIPerceptionTimestamp2Vtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CPerception_CIPerceptionTimestamp2;
#endif /* !defined(____x_ABI_CWindows_CPerception_CIPerceptionTimestamp2_INTERFACE_DEFINED__) */
#if !defined(____x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStaticsVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* FromHistoricalTargetTime)(__x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics* This,
struct __x_ABI_CWindows_CFoundation_CDateTime targetTime,
__x_ABI_CWindows_CPerception_CIPerceptionTimestamp** value);
END_INTERFACE
} __x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStaticsVtbl;
interface __x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics
{
CONST_VTBL struct __x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStaticsVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics;
#endif /* !defined(____x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics_INTERFACE_DEFINED__) */
#if !defined(____x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics2_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics2_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics2Vtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics2* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics2* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics2* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics2* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics2* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics2* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* FromSystemRelativeTargetTime)(__x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics2* This,
struct __x_ABI_CWindows_CFoundation_CTimeSpan targetTime,
__x_ABI_CWindows_CPerception_CIPerceptionTimestamp** value);
END_INTERFACE
} __x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics2Vtbl;
interface __x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics2
{
CONST_VTBL struct __x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics2Vtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics2;
#endif /* !defined(____x_ABI_CWindows_CPerception_CIPerceptionTimestampHelperStatics2_INTERFACE_DEFINED__) */