swift-cwinrt/Sources/CWinRT/include/Microsoft.UI.System.h
2024-02-15 17:12:35 -08:00

136 lines
7.0 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 "Microsoft.UI.h"
/* Forward Declarations */
#ifndef ____x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettings_FWD_DEFINED__
#define ____x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettings_FWD_DEFINED__
typedef interface __x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettings __x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettings;
#endif // ____x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettings_FWD_DEFINED__
#ifndef ____x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettingsStatics_FWD_DEFINED__
#define ____x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettingsStatics_FWD_DEFINED__
typedef interface __x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettingsStatics __x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettingsStatics;
#endif // ____x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettingsStatics_FWD_DEFINED__
// Parameterized interface forward declarations (C)
// Collection interface definitions
#if !defined(____x_ABI_C__FITypedEventHandler_2___x_ABI_CMicrosoft__CUI__CSystem__CThemeSettings_IInspectable_INTERFACE_DEFINED__)
#define ____x_ABI_C__FITypedEventHandler_2___x_ABI_CMicrosoft__CUI__CSystem__CThemeSettings_IInspectable_INTERFACE_DEFINED__
typedef interface __x_ABI_C__FITypedEventHandler_2___x_ABI_CMicrosoft__CUI__CSystem__CThemeSettings_IInspectable __x_ABI_C__FITypedEventHandler_2___x_ABI_CMicrosoft__CUI__CSystem__CThemeSettings_IInspectable;
// Declare the parameterized interface IID.
EXTERN_C const IID IID___x_ABI_C__FITypedEventHandler_2___x_ABI_CMicrosoft__CUI__CSystem__CThemeSettings_IInspectable;
typedef struct __x_ABI_C__FITypedEventHandler_2___x_ABI_CMicrosoft__CUI__CSystem__CThemeSettings_IInspectableVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_C__FITypedEventHandler_2___x_ABI_CMicrosoft__CUI__CSystem__CThemeSettings_IInspectable* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_C__FITypedEventHandler_2___x_ABI_CMicrosoft__CUI__CSystem__CThemeSettings_IInspectable* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_C__FITypedEventHandler_2___x_ABI_CMicrosoft__CUI__CSystem__CThemeSettings_IInspectable* This);
HRESULT (STDMETHODCALLTYPE* Invoke)(__x_ABI_C__FITypedEventHandler_2___x_ABI_CMicrosoft__CUI__CSystem__CThemeSettings_IInspectable* This,
__x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettings* sender,
IInspectable* args);
END_INTERFACE
} __x_ABI_C__FITypedEventHandler_2___x_ABI_CMicrosoft__CUI__CSystem__CThemeSettings_IInspectableVtbl;
interface __x_ABI_C__FITypedEventHandler_2___x_ABI_CMicrosoft__CUI__CSystem__CThemeSettings_IInspectable
{
CONST_VTBL struct __x_ABI_C__FITypedEventHandler_2___x_ABI_CMicrosoft__CUI__CSystem__CThemeSettings_IInspectableVtbl* lpVtbl;
};
#endif // ____x_ABI_C__FITypedEventHandler_2___x_ABI_CMicrosoft__CUI__CSystem__CThemeSettings_IInspectable_INTERFACE_DEFINED__
typedef struct __x_ABI_CMicrosoft_CUI_CWindowId __x_ABI_CMicrosoft_CUI_CWindowId;
#if !defined(____x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettings_INTERFACE_DEFINED__)
#define ____x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettings_INTERFACE_DEFINED__
typedef struct __x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettingsVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettings* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettings* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettings* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettings* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettings* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettings* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* add_Changed)(__x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettings* This,
__x_ABI_C__FITypedEventHandler_2___x_ABI_CMicrosoft__CUI__CSystem__CThemeSettings_IInspectable* handler,
EventRegistrationToken* token);
HRESULT (STDMETHODCALLTYPE* remove_Changed)(__x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettings* This,
EventRegistrationToken token);
HRESULT (STDMETHODCALLTYPE* get_HighContrast)(__x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettings* This,
boolean* value);
HRESULT (STDMETHODCALLTYPE* get_HighContrastScheme)(__x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettings* This,
HSTRING* value);
END_INTERFACE
} __x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettingsVtbl;
interface __x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettings
{
CONST_VTBL struct __x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettingsVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettings;
#endif /* !defined(____x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettings_INTERFACE_DEFINED__) */
#if !defined(____x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettingsStatics_INTERFACE_DEFINED__)
#define ____x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettingsStatics_INTERFACE_DEFINED__
typedef struct __x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettingsStaticsVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettingsStatics* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettingsStatics* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettingsStatics* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettingsStatics* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettingsStatics* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettingsStatics* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* CreateForWindowId)(__x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettingsStatics* This,
struct __x_ABI_CMicrosoft_CUI_CWindowId windowId,
__x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettings** result);
END_INTERFACE
} __x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettingsStaticsVtbl;
interface __x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettingsStatics
{
CONST_VTBL struct __x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettingsStaticsVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettingsStatics;
#endif /* !defined(____x_ABI_CMicrosoft_CUI_CSystem_CIThemeSettingsStatics_INTERFACE_DEFINED__) */