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

261 lines
14 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.UI.Notifications.h"
/* Forward Declarations */
#ifndef ____x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTile_FWD_DEFINED__
#define ____x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTile_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTile __x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTile;
#endif // ____x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTile_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTileStatics_FWD_DEFINED__
#define ____x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTileStatics_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTileStatics __x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTileStatics;
#endif // ____x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTileStatics_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CPhone_CStartScreen_CIToastNotificationManagerStatics3_FWD_DEFINED__
#define ____x_ABI_CWindows_CPhone_CStartScreen_CIToastNotificationManagerStatics3_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CPhone_CStartScreen_CIToastNotificationManagerStatics3 __x_ABI_CWindows_CPhone_CStartScreen_CIToastNotificationManagerStatics3;
#endif // ____x_ABI_CWindows_CPhone_CStartScreen_CIToastNotificationManagerStatics3_FWD_DEFINED__
// Parameterized interface forward declarations (C)
// Collection interface definitions
typedef interface __x_ABI_C__FIAsyncOperationCompletedHandler_1_boolean __x_ABI_C__FIAsyncOperationCompletedHandler_1_boolean;
#if !defined(____x_ABI_C__FIAsyncOperation_1_boolean_INTERFACE_DEFINED__)
#define ____x_ABI_C__FIAsyncOperation_1_boolean_INTERFACE_DEFINED__
typedef interface __x_ABI_C__FIAsyncOperation_1_boolean __x_ABI_C__FIAsyncOperation_1_boolean;
// Declare the parameterized interface IID.
EXTERN_C const IID IID___x_ABI_C__FIAsyncOperation_1_boolean;
typedef struct __x_ABI_C__FIAsyncOperation_1_booleanVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_C__FIAsyncOperation_1_boolean* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_C__FIAsyncOperation_1_boolean* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_C__FIAsyncOperation_1_boolean* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_C__FIAsyncOperation_1_boolean* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_C__FIAsyncOperation_1_boolean* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_C__FIAsyncOperation_1_boolean* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* put_Completed)(__x_ABI_C__FIAsyncOperation_1_boolean* This,
__x_ABI_C__FIAsyncOperationCompletedHandler_1_boolean* handler);
HRESULT (STDMETHODCALLTYPE* get_Completed)(__x_ABI_C__FIAsyncOperation_1_boolean* This,
__x_ABI_C__FIAsyncOperationCompletedHandler_1_boolean** result);
HRESULT (STDMETHODCALLTYPE* GetResults)(__x_ABI_C__FIAsyncOperation_1_boolean* This,
boolean* result);
END_INTERFACE
} __x_ABI_C__FIAsyncOperation_1_booleanVtbl;
interface __x_ABI_C__FIAsyncOperation_1_boolean
{
CONST_VTBL struct __x_ABI_C__FIAsyncOperation_1_booleanVtbl* lpVtbl;
};
#endif // ____x_ABI_C__FIAsyncOperation_1_boolean_INTERFACE_DEFINED__
#if !defined(____x_ABI_C__FIAsyncOperationCompletedHandler_1_boolean_INTERFACE_DEFINED__)
#define ____x_ABI_C__FIAsyncOperationCompletedHandler_1_boolean_INTERFACE_DEFINED__
typedef interface __x_ABI_C__FIAsyncOperationCompletedHandler_1_boolean __x_ABI_C__FIAsyncOperationCompletedHandler_1_boolean;
// Declare the parameterized interface IID.
EXTERN_C const IID IID___x_ABI_C__FIAsyncOperationCompletedHandler_1_boolean;
typedef struct __x_ABI_C__FIAsyncOperationCompletedHandler_1_booleanVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_C__FIAsyncOperationCompletedHandler_1_boolean* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_C__FIAsyncOperationCompletedHandler_1_boolean* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_C__FIAsyncOperationCompletedHandler_1_boolean* This);
HRESULT (STDMETHODCALLTYPE* Invoke)(__x_ABI_C__FIAsyncOperationCompletedHandler_1_boolean* This,
__x_ABI_C__FIAsyncOperation_1_boolean* asyncInfo,
enum __x_ABI_CWindows_CFoundation_CAsyncStatus asyncStatus);
END_INTERFACE
} __x_ABI_C__FIAsyncOperationCompletedHandler_1_booleanVtbl;
interface __x_ABI_C__FIAsyncOperationCompletedHandler_1_boolean
{
CONST_VTBL struct __x_ABI_C__FIAsyncOperationCompletedHandler_1_booleanVtbl* lpVtbl;
};
#endif // ____x_ABI_C__FIAsyncOperationCompletedHandler_1_boolean_INTERFACE_DEFINED__
typedef enum __x_ABI_CWindows_CFoundation_CAsyncStatus __x_ABI_CWindows_CFoundation_CAsyncStatus;
#ifndef ____x_ABI_CWindows_CFoundation_CIAsyncInfo_FWD_DEFINED__
#define ____x_ABI_CWindows_CFoundation_CIAsyncInfo_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CFoundation_CIAsyncInfo __x_ABI_CWindows_CFoundation_CIAsyncInfo;
#endif // ____x_ABI_CWindows_CFoundation_CIAsyncInfo_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CUI_CNotifications_CIBadgeUpdater_FWD_DEFINED__
#define ____x_ABI_CWindows_CUI_CNotifications_CIBadgeUpdater_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CUI_CNotifications_CIBadgeUpdater __x_ABI_CWindows_CUI_CNotifications_CIBadgeUpdater;
#endif // ____x_ABI_CWindows_CUI_CNotifications_CIBadgeUpdater_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CUI_CNotifications_CITileUpdater_FWD_DEFINED__
#define ____x_ABI_CWindows_CUI_CNotifications_CITileUpdater_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CUI_CNotifications_CITileUpdater __x_ABI_CWindows_CUI_CNotifications_CITileUpdater;
#endif // ____x_ABI_CWindows_CUI_CNotifications_CITileUpdater_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CUI_CNotifications_CIToastNotifier_FWD_DEFINED__
#define ____x_ABI_CWindows_CUI_CNotifications_CIToastNotifier_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CUI_CNotifications_CIToastNotifier __x_ABI_CWindows_CUI_CNotifications_CIToastNotifier;
#endif // ____x_ABI_CWindows_CUI_CNotifications_CIToastNotifier_FWD_DEFINED__
#if !defined(____x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTile_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTile_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTileVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTile* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTile* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTile* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTile* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTile* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTile* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* put_DisplayName)(__x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTile* This,
HSTRING value);
HRESULT (STDMETHODCALLTYPE* get_DisplayName)(__x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTile* This,
HSTRING* value);
HRESULT (STDMETHODCALLTYPE* get_IsPinnedToStart)(__x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTile* This,
boolean* value);
HRESULT (STDMETHODCALLTYPE* CreateAsync)(__x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTile* This,
__x_ABI_C__FIAsyncOperation_1_boolean** operation);
HRESULT (STDMETHODCALLTYPE* UpdateAsync)(__x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTile* This,
__x_ABI_C__FIAsyncOperation_1_boolean** operation);
HRESULT (STDMETHODCALLTYPE* DeleteAsync)(__x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTile* This,
__x_ABI_C__FIAsyncOperation_1_boolean** operation);
END_INTERFACE
} __x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTileVtbl;
interface __x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTile
{
CONST_VTBL struct __x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTileVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTile;
#endif /* !defined(____x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTile_INTERFACE_DEFINED__) */
#if !defined(____x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTileStatics_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTileStatics_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTileStaticsVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTileStatics* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTileStatics* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTileStatics* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTileStatics* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTileStatics* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTileStatics* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* GetTileForSim2)(__x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTileStatics* This,
__x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTile** result);
HRESULT (STDMETHODCALLTYPE* UpdateDisplayNameForSim1Async)(__x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTileStatics* This,
HSTRING name,
__x_ABI_C__FIAsyncOperation_1_boolean** operation);
HRESULT (STDMETHODCALLTYPE* CreateTileUpdaterForSim1)(__x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTileStatics* This,
__x_ABI_CWindows_CUI_CNotifications_CITileUpdater** updater);
HRESULT (STDMETHODCALLTYPE* CreateTileUpdaterForSim2)(__x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTileStatics* This,
__x_ABI_CWindows_CUI_CNotifications_CITileUpdater** updater);
HRESULT (STDMETHODCALLTYPE* CreateBadgeUpdaterForSim1)(__x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTileStatics* This,
__x_ABI_CWindows_CUI_CNotifications_CIBadgeUpdater** updater);
HRESULT (STDMETHODCALLTYPE* CreateBadgeUpdaterForSim2)(__x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTileStatics* This,
__x_ABI_CWindows_CUI_CNotifications_CIBadgeUpdater** updater);
HRESULT (STDMETHODCALLTYPE* CreateToastNotifierForSim1)(__x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTileStatics* This,
__x_ABI_CWindows_CUI_CNotifications_CIToastNotifier** notifier);
HRESULT (STDMETHODCALLTYPE* CreateToastNotifierForSim2)(__x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTileStatics* This,
__x_ABI_CWindows_CUI_CNotifications_CIToastNotifier** notifier);
END_INTERFACE
} __x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTileStaticsVtbl;
interface __x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTileStatics
{
CONST_VTBL struct __x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTileStaticsVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTileStatics;
#endif /* !defined(____x_ABI_CWindows_CPhone_CStartScreen_CIDualSimTileStatics_INTERFACE_DEFINED__) */
#if !defined(____x_ABI_CWindows_CPhone_CStartScreen_CIToastNotificationManagerStatics3_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CPhone_CStartScreen_CIToastNotificationManagerStatics3_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CPhone_CStartScreen_CIToastNotificationManagerStatics3Vtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CPhone_CStartScreen_CIToastNotificationManagerStatics3* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CPhone_CStartScreen_CIToastNotificationManagerStatics3* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CPhone_CStartScreen_CIToastNotificationManagerStatics3* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CPhone_CStartScreen_CIToastNotificationManagerStatics3* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CPhone_CStartScreen_CIToastNotificationManagerStatics3* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CPhone_CStartScreen_CIToastNotificationManagerStatics3* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* CreateToastNotifierForSecondaryTile)(__x_ABI_CWindows_CPhone_CStartScreen_CIToastNotificationManagerStatics3* This,
HSTRING tileId,
__x_ABI_CWindows_CUI_CNotifications_CIToastNotifier** notifier);
END_INTERFACE
} __x_ABI_CWindows_CPhone_CStartScreen_CIToastNotificationManagerStatics3Vtbl;
interface __x_ABI_CWindows_CPhone_CStartScreen_CIToastNotificationManagerStatics3
{
CONST_VTBL struct __x_ABI_CWindows_CPhone_CStartScreen_CIToastNotificationManagerStatics3Vtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CPhone_CStartScreen_CIToastNotificationManagerStatics3;
#endif /* !defined(____x_ABI_CWindows_CPhone_CStartScreen_CIToastNotificationManagerStatics3_INTERFACE_DEFINED__) */