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

163 lines
9.7 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.ApplicationModel.Core.h"
#include "Windows.System.h"
#include "Windows.UI.Core.h"
#include "Windows.UI.Input.h"
/* Forward Declarations */
#ifndef ____x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource_FWD_DEFINED__
#define ____x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource __x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource;
#endif // ____x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource2_FWD_DEFINED__
#define ____x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource2_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource2 __x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource2;
#endif // ____x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource2_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSourceStatics_FWD_DEFINED__
#define ____x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSourceStatics_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSourceStatics __x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSourceStatics;
#endif // ____x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSourceStatics_FWD_DEFINED__
// Parameterized interface forward declarations (C)
// Collection interface definitions
#ifndef ____x_ABI_CWindows_CApplicationModel_CCore_CICoreApplicationView_FWD_DEFINED__
#define ____x_ABI_CWindows_CApplicationModel_CCore_CICoreApplicationView_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CApplicationModel_CCore_CICoreApplicationView __x_ABI_CWindows_CApplicationModel_CCore_CICoreApplicationView;
#endif // ____x_ABI_CWindows_CApplicationModel_CCore_CICoreApplicationView_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CSystem_CIDispatcherQueue_FWD_DEFINED__
#define ____x_ABI_CWindows_CSystem_CIDispatcherQueue_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CSystem_CIDispatcherQueue __x_ABI_CWindows_CSystem_CIDispatcherQueue;
#endif // ____x_ABI_CWindows_CSystem_CIDispatcherQueue_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CUI_CCore_CICoreDispatcher_FWD_DEFINED__
#define ____x_ABI_CWindows_CUI_CCore_CICoreDispatcher_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CUI_CCore_CICoreDispatcher __x_ABI_CWindows_CUI_CCore_CICoreDispatcher;
#endif // ____x_ABI_CWindows_CUI_CCore_CICoreDispatcher_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CUI_CInput_CIRadialController_FWD_DEFINED__
#define ____x_ABI_CWindows_CUI_CInput_CIRadialController_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CUI_CInput_CIRadialController __x_ABI_CWindows_CUI_CInput_CIRadialController;
#endif // ____x_ABI_CWindows_CUI_CInput_CIRadialController_FWD_DEFINED__
#if !defined(____x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSourceVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* get_Controller)(__x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource* This,
__x_ABI_CWindows_CUI_CInput_CIRadialController** value);
HRESULT (STDMETHODCALLTYPE* get_Dispatcher)(__x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource* This,
__x_ABI_CWindows_CUI_CCore_CICoreDispatcher** value);
END_INTERFACE
} __x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSourceVtbl;
interface __x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource
{
CONST_VTBL struct __x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSourceVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource;
#endif /* !defined(____x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource_INTERFACE_DEFINED__) */
#if !defined(____x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource2_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource2_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource2Vtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource2* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource2* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource2* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource2* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource2* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource2* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* get_DispatcherQueue)(__x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource2* This,
__x_ABI_CWindows_CSystem_CIDispatcherQueue** value);
END_INTERFACE
} __x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource2Vtbl;
interface __x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource2
{
CONST_VTBL struct __x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource2Vtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource2;
#endif /* !defined(____x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource2_INTERFACE_DEFINED__) */
#if !defined(____x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSourceStatics_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSourceStatics_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSourceStaticsVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSourceStatics* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSourceStatics* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSourceStatics* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSourceStatics* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSourceStatics* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSourceStatics* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* CreateForView)(__x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSourceStatics* This,
__x_ABI_CWindows_CApplicationModel_CCore_CICoreApplicationView* view,
__x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSource** result);
END_INTERFACE
} __x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSourceStaticsVtbl;
interface __x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSourceStatics
{
CONST_VTBL struct __x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSourceStaticsVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSourceStatics;
#endif /* !defined(____x_ABI_CWindows_CUI_CInput_CCore_CIRadialControllerIndependentInputSourceStatics_INTERFACE_DEFINED__) */