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

609 lines
33 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"
// Importing Collections header
#include "Windows.Foundation.Collections.h"
/* Forward Declarations */
#ifndef ____x_ABI_CWindows_CUI_CPopups_CIUICommandInvokedHandler_FWD_DEFINED__
#define ____x_ABI_CWindows_CUI_CPopups_CIUICommandInvokedHandler_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CUI_CPopups_CIUICommandInvokedHandler __x_ABI_CWindows_CUI_CPopups_CIUICommandInvokedHandler;
#endif // ____x_ABI_CWindows_CUI_CPopups_CIUICommandInvokedHandler_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CUI_CPopups_CIMessageDialog_FWD_DEFINED__
#define ____x_ABI_CWindows_CUI_CPopups_CIMessageDialog_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CUI_CPopups_CIMessageDialog __x_ABI_CWindows_CUI_CPopups_CIMessageDialog;
#endif // ____x_ABI_CWindows_CUI_CPopups_CIMessageDialog_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CUI_CPopups_CIMessageDialogFactory_FWD_DEFINED__
#define ____x_ABI_CWindows_CUI_CPopups_CIMessageDialogFactory_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CUI_CPopups_CIMessageDialogFactory __x_ABI_CWindows_CUI_CPopups_CIMessageDialogFactory;
#endif // ____x_ABI_CWindows_CUI_CPopups_CIMessageDialogFactory_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CUI_CPopups_CIPopupMenu_FWD_DEFINED__
#define ____x_ABI_CWindows_CUI_CPopups_CIPopupMenu_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CUI_CPopups_CIPopupMenu __x_ABI_CWindows_CUI_CPopups_CIPopupMenu;
#endif // ____x_ABI_CWindows_CUI_CPopups_CIPopupMenu_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CUI_CPopups_CIUICommand_FWD_DEFINED__
#define ____x_ABI_CWindows_CUI_CPopups_CIUICommand_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CUI_CPopups_CIUICommand __x_ABI_CWindows_CUI_CPopups_CIUICommand;
#endif // ____x_ABI_CWindows_CUI_CPopups_CIUICommand_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CUI_CPopups_CIUICommandFactory_FWD_DEFINED__
#define ____x_ABI_CWindows_CUI_CPopups_CIUICommandFactory_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CUI_CPopups_CIUICommandFactory __x_ABI_CWindows_CUI_CPopups_CIUICommandFactory;
#endif // ____x_ABI_CWindows_CUI_CPopups_CIUICommandFactory_FWD_DEFINED__
// Parameterized interface forward declarations (C)
// Collection interface definitions
typedef interface __x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_CWindows__CUI__CPopups__CIUICommand __x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_CWindows__CUI__CPopups__CIUICommand;
#if !defined(____x_ABI_C__FIAsyncOperation_1___x_ABI_CWindows__CUI__CPopups__CIUICommand_INTERFACE_DEFINED__)
#define ____x_ABI_C__FIAsyncOperation_1___x_ABI_CWindows__CUI__CPopups__CIUICommand_INTERFACE_DEFINED__
typedef interface __x_ABI_C__FIAsyncOperation_1___x_ABI_CWindows__CUI__CPopups__CIUICommand __x_ABI_C__FIAsyncOperation_1___x_ABI_CWindows__CUI__CPopups__CIUICommand;
// Declare the parameterized interface IID.
EXTERN_C const IID IID___x_ABI_C__FIAsyncOperation_1___x_ABI_CWindows__CUI__CPopups__CIUICommand;
typedef struct __x_ABI_C__FIAsyncOperation_1___x_ABI_CWindows__CUI__CPopups__CIUICommandVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_C__FIAsyncOperation_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_C__FIAsyncOperation_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_C__FIAsyncOperation_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_C__FIAsyncOperation_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_C__FIAsyncOperation_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_C__FIAsyncOperation_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* put_Completed)(__x_ABI_C__FIAsyncOperation_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
__x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* handler);
HRESULT (STDMETHODCALLTYPE* get_Completed)(__x_ABI_C__FIAsyncOperation_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
__x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_CWindows__CUI__CPopups__CIUICommand** result);
HRESULT (STDMETHODCALLTYPE* GetResults)(__x_ABI_C__FIAsyncOperation_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
__x_ABI_CWindows_CUI_CPopups_CIUICommand** result);
END_INTERFACE
} __x_ABI_C__FIAsyncOperation_1___x_ABI_CWindows__CUI__CPopups__CIUICommandVtbl;
interface __x_ABI_C__FIAsyncOperation_1___x_ABI_CWindows__CUI__CPopups__CIUICommand
{
CONST_VTBL struct __x_ABI_C__FIAsyncOperation_1___x_ABI_CWindows__CUI__CPopups__CIUICommandVtbl* lpVtbl;
};
#endif // ____x_ABI_C__FIAsyncOperation_1___x_ABI_CWindows__CUI__CPopups__CIUICommand_INTERFACE_DEFINED__
#if !defined(____x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_CWindows__CUI__CPopups__CIUICommand_INTERFACE_DEFINED__)
#define ____x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_CWindows__CUI__CPopups__CIUICommand_INTERFACE_DEFINED__
typedef interface __x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_CWindows__CUI__CPopups__CIUICommand __x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_CWindows__CUI__CPopups__CIUICommand;
// Declare the parameterized interface IID.
EXTERN_C const IID IID___x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_CWindows__CUI__CPopups__CIUICommand;
typedef struct __x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_CWindows__CUI__CPopups__CIUICommandVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This);
HRESULT (STDMETHODCALLTYPE* Invoke)(__x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
__x_ABI_C__FIAsyncOperation_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* asyncInfo,
enum __x_ABI_CWindows_CFoundation_CAsyncStatus asyncStatus);
END_INTERFACE
} __x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_CWindows__CUI__CPopups__CIUICommandVtbl;
interface __x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_CWindows__CUI__CPopups__CIUICommand
{
CONST_VTBL struct __x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_CWindows__CUI__CPopups__CIUICommandVtbl* lpVtbl;
};
#endif // ____x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_CWindows__CUI__CPopups__CIUICommand_INTERFACE_DEFINED__
#if !defined(____x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CPopups__CIUICommand_INTERFACE_DEFINED__)
#define ____x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CPopups__CIUICommand_INTERFACE_DEFINED__
typedef interface __x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CPopups__CIUICommand __x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CPopups__CIUICommand;
// Declare the parameterized interface IID.
EXTERN_C const IID IID___x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CPopups__CIUICommand;
typedef struct __x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CPopups__CIUICommandVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* get_Current)(__x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
__x_ABI_CWindows_CUI_CPopups_CIUICommand** result);
HRESULT (STDMETHODCALLTYPE* get_HasCurrent)(__x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
boolean* result);
HRESULT (STDMETHODCALLTYPE* MoveNext)(__x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
boolean* result);
HRESULT (STDMETHODCALLTYPE* GetMany)(__x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
UINT32 itemsLength,
__x_ABI_CWindows_CUI_CPopups_CIUICommand** items,
UINT32* result);
END_INTERFACE
} __x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CPopups__CIUICommandVtbl;
interface __x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CPopups__CIUICommand
{
CONST_VTBL struct __x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CPopups__CIUICommandVtbl* lpVtbl;
};
#endif // ____x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CPopups__CIUICommand_INTERFACE_DEFINED__
#if !defined(____x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CPopups__CIUICommand_INTERFACE_DEFINED__)
#define ____x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CPopups__CIUICommand_INTERFACE_DEFINED__
typedef interface __x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CPopups__CIUICommand __x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CPopups__CIUICommand;
// Declare the parameterized interface IID.
EXTERN_C const IID IID___x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CPopups__CIUICommand;
typedef struct __x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CPopups__CIUICommandVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* First)(__x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
__x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CPopups__CIUICommand** result);
END_INTERFACE
} __x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CPopups__CIUICommandVtbl;
interface __x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CPopups__CIUICommand
{
CONST_VTBL struct __x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CPopups__CIUICommandVtbl* lpVtbl;
};
#endif // ____x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CPopups__CIUICommand_INTERFACE_DEFINED__
#if !defined(____x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CPopups__CIUICommand_INTERFACE_DEFINED__)
#define ____x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CPopups__CIUICommand_INTERFACE_DEFINED__
typedef interface __x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CPopups__CIUICommand __x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CPopups__CIUICommand;
// Declare the parameterized interface IID.
EXTERN_C const IID IID___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CPopups__CIUICommand;
typedef struct __x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CPopups__CIUICommandVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* GetAt)(__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
UINT32 index,
__x_ABI_CWindows_CUI_CPopups_CIUICommand** result);
HRESULT (STDMETHODCALLTYPE* get_Size)(__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
UINT32* result);
HRESULT (STDMETHODCALLTYPE* IndexOf)(__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
__x_ABI_CWindows_CUI_CPopups_CIUICommand* value,
UINT32* index,
boolean* result);
HRESULT (STDMETHODCALLTYPE* GetMany)(__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
UINT32 startIndex,
UINT32 itemsLength,
__x_ABI_CWindows_CUI_CPopups_CIUICommand** items,
UINT32* result);
END_INTERFACE
} __x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CPopups__CIUICommandVtbl;
interface __x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CPopups__CIUICommand
{
CONST_VTBL struct __x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CPopups__CIUICommandVtbl* lpVtbl;
};
#endif // ____x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CPopups__CIUICommand_INTERFACE_DEFINED__
#if !defined(____x_ABI_C__FIVector_1___x_ABI_CWindows__CUI__CPopups__CIUICommand_INTERFACE_DEFINED__)
#define ____x_ABI_C__FIVector_1___x_ABI_CWindows__CUI__CPopups__CIUICommand_INTERFACE_DEFINED__
typedef interface __x_ABI_C__FIVector_1___x_ABI_CWindows__CUI__CPopups__CIUICommand __x_ABI_C__FIVector_1___x_ABI_CWindows__CUI__CPopups__CIUICommand;
// Declare the parameterized interface IID.
EXTERN_C const IID IID___x_ABI_C__FIVector_1___x_ABI_CWindows__CUI__CPopups__CIUICommand;
typedef struct __x_ABI_C__FIVector_1___x_ABI_CWindows__CUI__CPopups__CIUICommandVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_C__FIVector_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_C__FIVector_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_C__FIVector_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_C__FIVector_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_C__FIVector_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_C__FIVector_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* GetAt)(__x_ABI_C__FIVector_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
UINT32 index,
__x_ABI_CWindows_CUI_CPopups_CIUICommand** result);
HRESULT (STDMETHODCALLTYPE* get_Size)(__x_ABI_C__FIVector_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
UINT32* result);
HRESULT (STDMETHODCALLTYPE* GetView)(__x_ABI_C__FIVector_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CPopups__CIUICommand** result);
HRESULT (STDMETHODCALLTYPE* IndexOf)(__x_ABI_C__FIVector_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
__x_ABI_CWindows_CUI_CPopups_CIUICommand* value,
UINT32* index,
boolean* result);
HRESULT (STDMETHODCALLTYPE* SetAt)(__x_ABI_C__FIVector_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
UINT32 index,
__x_ABI_CWindows_CUI_CPopups_CIUICommand* value);
HRESULT (STDMETHODCALLTYPE* InsertAt)(__x_ABI_C__FIVector_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
UINT32 index,
__x_ABI_CWindows_CUI_CPopups_CIUICommand* value);
HRESULT (STDMETHODCALLTYPE* RemoveAt)(__x_ABI_C__FIVector_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
UINT32 index);
HRESULT (STDMETHODCALLTYPE* Append)(__x_ABI_C__FIVector_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
__x_ABI_CWindows_CUI_CPopups_CIUICommand* value);
HRESULT (STDMETHODCALLTYPE* RemoveAtEnd)(__x_ABI_C__FIVector_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This);
HRESULT (STDMETHODCALLTYPE* Clear)(__x_ABI_C__FIVector_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This);
HRESULT (STDMETHODCALLTYPE* GetMany)(__x_ABI_C__FIVector_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
UINT32 startIndex,
UINT32 itemsLength,
__x_ABI_CWindows_CUI_CPopups_CIUICommand** items,
UINT32* result);
HRESULT (STDMETHODCALLTYPE* ReplaceAll)(__x_ABI_C__FIVector_1___x_ABI_CWindows__CUI__CPopups__CIUICommand* This,
UINT32 itemsLength,
__x_ABI_CWindows_CUI_CPopups_CIUICommand** items);
END_INTERFACE
} __x_ABI_C__FIVector_1___x_ABI_CWindows__CUI__CPopups__CIUICommandVtbl;
interface __x_ABI_C__FIVector_1___x_ABI_CWindows__CUI__CPopups__CIUICommand
{
CONST_VTBL struct __x_ABI_C__FIVector_1___x_ABI_CWindows__CUI__CPopups__CIUICommandVtbl* lpVtbl;
};
#endif // ____x_ABI_C__FIVector_1___x_ABI_CWindows__CUI__CPopups__CIUICommand_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__
typedef struct __x_ABI_CWindows_CFoundation_CPoint __x_ABI_CWindows_CFoundation_CPoint;
typedef struct __x_ABI_CWindows_CFoundation_CRect __x_ABI_CWindows_CFoundation_CRect;
typedef enum __x_ABI_CWindows_CUI_CPopups_CMessageDialogOptions __x_ABI_CWindows_CUI_CPopups_CMessageDialogOptions;
typedef enum __x_ABI_CWindows_CUI_CPopups_CPlacement __x_ABI_CWindows_CUI_CPopups_CPlacement;
enum __x_ABI_CWindows_CUI_CPopups_CMessageDialogOptions
{
__x_ABI_CWindows_CUI_CPopups_CMessageDialogOptions_None = 0,
__x_ABI_CWindows_CUI_CPopups_CMessageDialogOptions_AcceptUserInputAfterDelay = 0x1,
};
enum __x_ABI_CWindows_CUI_CPopups_CPlacement
{
__x_ABI_CWindows_CUI_CPopups_CPlacement_Default = 0,
__x_ABI_CWindows_CUI_CPopups_CPlacement_Above = 1,
__x_ABI_CWindows_CUI_CPopups_CPlacement_Below = 2,
__x_ABI_CWindows_CUI_CPopups_CPlacement_Left = 3,
__x_ABI_CWindows_CUI_CPopups_CPlacement_Right = 4,
};
#if !defined(____x_ABI_CWindows_CUI_CPopups_CIUICommandInvokedHandler_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CUI_CPopups_CIUICommandInvokedHandler_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CUI_CPopups_CIUICommandInvokedHandlerVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CUI_CPopups_CIUICommandInvokedHandler* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CUI_CPopups_CIUICommandInvokedHandler* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CUI_CPopups_CIUICommandInvokedHandler* This);
HRESULT (STDMETHODCALLTYPE* Invoke)(__x_ABI_CWindows_CUI_CPopups_CIUICommandInvokedHandler* This,
__x_ABI_CWindows_CUI_CPopups_CIUICommand* command);
END_INTERFACE
} __x_ABI_CWindows_CUI_CPopups_CIUICommandInvokedHandlerVtbl;
interface __x_ABI_CWindows_CUI_CPopups_CIUICommandInvokedHandler
{
CONST_VTBL struct __x_ABI_CWindows_CUI_CPopups_CIUICommandInvokedHandlerVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CUI_CPopups_CIUICommandInvokedHandler;
#endif /* !defined(____x_ABI_CWindows_CUI_CPopups_CIUICommandInvokedHandler_INTERFACE_DEFINED__) */
#if !defined(____x_ABI_CWindows_CUI_CPopups_CIMessageDialog_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CUI_CPopups_CIMessageDialog_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CUI_CPopups_CIMessageDialogVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CUI_CPopups_CIMessageDialog* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CUI_CPopups_CIMessageDialog* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CUI_CPopups_CIMessageDialog* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CUI_CPopups_CIMessageDialog* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CUI_CPopups_CIMessageDialog* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CUI_CPopups_CIMessageDialog* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* get_Title)(__x_ABI_CWindows_CUI_CPopups_CIMessageDialog* This,
HSTRING* value);
HRESULT (STDMETHODCALLTYPE* put_Title)(__x_ABI_CWindows_CUI_CPopups_CIMessageDialog* This,
HSTRING value);
HRESULT (STDMETHODCALLTYPE* get_Commands)(__x_ABI_CWindows_CUI_CPopups_CIMessageDialog* This,
__x_ABI_C__FIVector_1___x_ABI_CWindows__CUI__CPopups__CIUICommand** value);
HRESULT (STDMETHODCALLTYPE* get_DefaultCommandIndex)(__x_ABI_CWindows_CUI_CPopups_CIMessageDialog* This,
UINT32* value);
HRESULT (STDMETHODCALLTYPE* put_DefaultCommandIndex)(__x_ABI_CWindows_CUI_CPopups_CIMessageDialog* This,
UINT32 value);
HRESULT (STDMETHODCALLTYPE* get_CancelCommandIndex)(__x_ABI_CWindows_CUI_CPopups_CIMessageDialog* This,
UINT32* value);
HRESULT (STDMETHODCALLTYPE* put_CancelCommandIndex)(__x_ABI_CWindows_CUI_CPopups_CIMessageDialog* This,
UINT32 value);
HRESULT (STDMETHODCALLTYPE* get_Content)(__x_ABI_CWindows_CUI_CPopups_CIMessageDialog* This,
HSTRING* value);
HRESULT (STDMETHODCALLTYPE* put_Content)(__x_ABI_CWindows_CUI_CPopups_CIMessageDialog* This,
HSTRING value);
HRESULT (STDMETHODCALLTYPE* ShowAsync)(__x_ABI_CWindows_CUI_CPopups_CIMessageDialog* This,
__x_ABI_C__FIAsyncOperation_1___x_ABI_CWindows__CUI__CPopups__CIUICommand** messageDialogAsyncOperation);
HRESULT (STDMETHODCALLTYPE* get_Options)(__x_ABI_CWindows_CUI_CPopups_CIMessageDialog* This,
enum __x_ABI_CWindows_CUI_CPopups_CMessageDialogOptions* value);
HRESULT (STDMETHODCALLTYPE* put_Options)(__x_ABI_CWindows_CUI_CPopups_CIMessageDialog* This,
enum __x_ABI_CWindows_CUI_CPopups_CMessageDialogOptions value);
END_INTERFACE
} __x_ABI_CWindows_CUI_CPopups_CIMessageDialogVtbl;
interface __x_ABI_CWindows_CUI_CPopups_CIMessageDialog
{
CONST_VTBL struct __x_ABI_CWindows_CUI_CPopups_CIMessageDialogVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CUI_CPopups_CIMessageDialog;
#endif /* !defined(____x_ABI_CWindows_CUI_CPopups_CIMessageDialog_INTERFACE_DEFINED__) */
#if !defined(____x_ABI_CWindows_CUI_CPopups_CIMessageDialogFactory_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CUI_CPopups_CIMessageDialogFactory_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CUI_CPopups_CIMessageDialogFactoryVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CUI_CPopups_CIMessageDialogFactory* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CUI_CPopups_CIMessageDialogFactory* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CUI_CPopups_CIMessageDialogFactory* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CUI_CPopups_CIMessageDialogFactory* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CUI_CPopups_CIMessageDialogFactory* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CUI_CPopups_CIMessageDialogFactory* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* Create)(__x_ABI_CWindows_CUI_CPopups_CIMessageDialogFactory* This,
HSTRING content,
__x_ABI_CWindows_CUI_CPopups_CIMessageDialog** messageDialog);
HRESULT (STDMETHODCALLTYPE* CreateWithTitle)(__x_ABI_CWindows_CUI_CPopups_CIMessageDialogFactory* This,
HSTRING content,
HSTRING title,
__x_ABI_CWindows_CUI_CPopups_CIMessageDialog** messageDialog);
END_INTERFACE
} __x_ABI_CWindows_CUI_CPopups_CIMessageDialogFactoryVtbl;
interface __x_ABI_CWindows_CUI_CPopups_CIMessageDialogFactory
{
CONST_VTBL struct __x_ABI_CWindows_CUI_CPopups_CIMessageDialogFactoryVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CUI_CPopups_CIMessageDialogFactory;
#endif /* !defined(____x_ABI_CWindows_CUI_CPopups_CIMessageDialogFactory_INTERFACE_DEFINED__) */
#if !defined(____x_ABI_CWindows_CUI_CPopups_CIPopupMenu_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CUI_CPopups_CIPopupMenu_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CUI_CPopups_CIPopupMenuVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CUI_CPopups_CIPopupMenu* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CUI_CPopups_CIPopupMenu* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CUI_CPopups_CIPopupMenu* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CUI_CPopups_CIPopupMenu* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CUI_CPopups_CIPopupMenu* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CUI_CPopups_CIPopupMenu* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* get_Commands)(__x_ABI_CWindows_CUI_CPopups_CIPopupMenu* This,
__x_ABI_C__FIVector_1___x_ABI_CWindows__CUI__CPopups__CIUICommand** value);
HRESULT (STDMETHODCALLTYPE* ShowAsync)(__x_ABI_CWindows_CUI_CPopups_CIPopupMenu* This,
struct __x_ABI_CWindows_CFoundation_CPoint invocationPoint,
__x_ABI_C__FIAsyncOperation_1___x_ABI_CWindows__CUI__CPopups__CIUICommand** asyncOperation);
HRESULT (STDMETHODCALLTYPE* ShowAsyncWithRect)(__x_ABI_CWindows_CUI_CPopups_CIPopupMenu* This,
struct __x_ABI_CWindows_CFoundation_CRect selection,
__x_ABI_C__FIAsyncOperation_1___x_ABI_CWindows__CUI__CPopups__CIUICommand** asyncOperation);
HRESULT (STDMETHODCALLTYPE* ShowAsyncWithRectAndPlacement)(__x_ABI_CWindows_CUI_CPopups_CIPopupMenu* This,
struct __x_ABI_CWindows_CFoundation_CRect selection,
enum __x_ABI_CWindows_CUI_CPopups_CPlacement preferredPlacement,
__x_ABI_C__FIAsyncOperation_1___x_ABI_CWindows__CUI__CPopups__CIUICommand** asyncOperation);
END_INTERFACE
} __x_ABI_CWindows_CUI_CPopups_CIPopupMenuVtbl;
interface __x_ABI_CWindows_CUI_CPopups_CIPopupMenu
{
CONST_VTBL struct __x_ABI_CWindows_CUI_CPopups_CIPopupMenuVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CUI_CPopups_CIPopupMenu;
#endif /* !defined(____x_ABI_CWindows_CUI_CPopups_CIPopupMenu_INTERFACE_DEFINED__) */
#if !defined(____x_ABI_CWindows_CUI_CPopups_CIUICommand_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CUI_CPopups_CIUICommand_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CUI_CPopups_CIUICommandVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CUI_CPopups_CIUICommand* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CUI_CPopups_CIUICommand* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CUI_CPopups_CIUICommand* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CUI_CPopups_CIUICommand* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CUI_CPopups_CIUICommand* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CUI_CPopups_CIUICommand* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* get_Label)(__x_ABI_CWindows_CUI_CPopups_CIUICommand* This,
HSTRING* value);
HRESULT (STDMETHODCALLTYPE* put_Label)(__x_ABI_CWindows_CUI_CPopups_CIUICommand* This,
HSTRING value);
HRESULT (STDMETHODCALLTYPE* get_Invoked)(__x_ABI_CWindows_CUI_CPopups_CIUICommand* This,
__x_ABI_CWindows_CUI_CPopups_CIUICommandInvokedHandler** value);
HRESULT (STDMETHODCALLTYPE* put_Invoked)(__x_ABI_CWindows_CUI_CPopups_CIUICommand* This,
__x_ABI_CWindows_CUI_CPopups_CIUICommandInvokedHandler* value);
HRESULT (STDMETHODCALLTYPE* get_Id)(__x_ABI_CWindows_CUI_CPopups_CIUICommand* This,
IInspectable** value);
HRESULT (STDMETHODCALLTYPE* put_Id)(__x_ABI_CWindows_CUI_CPopups_CIUICommand* This,
IInspectable* value);
END_INTERFACE
} __x_ABI_CWindows_CUI_CPopups_CIUICommandVtbl;
interface __x_ABI_CWindows_CUI_CPopups_CIUICommand
{
CONST_VTBL struct __x_ABI_CWindows_CUI_CPopups_CIUICommandVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CUI_CPopups_CIUICommand;
#endif /* !defined(____x_ABI_CWindows_CUI_CPopups_CIUICommand_INTERFACE_DEFINED__) */
#if !defined(____x_ABI_CWindows_CUI_CPopups_CIUICommandFactory_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CUI_CPopups_CIUICommandFactory_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CUI_CPopups_CIUICommandFactoryVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CUI_CPopups_CIUICommandFactory* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CUI_CPopups_CIUICommandFactory* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CUI_CPopups_CIUICommandFactory* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CUI_CPopups_CIUICommandFactory* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CUI_CPopups_CIUICommandFactory* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CUI_CPopups_CIUICommandFactory* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* Create)(__x_ABI_CWindows_CUI_CPopups_CIUICommandFactory* This,
HSTRING label,
__x_ABI_CWindows_CUI_CPopups_CIUICommand** instance);
HRESULT (STDMETHODCALLTYPE* CreateWithHandler)(__x_ABI_CWindows_CUI_CPopups_CIUICommandFactory* This,
HSTRING label,
__x_ABI_CWindows_CUI_CPopups_CIUICommandInvokedHandler* action,
__x_ABI_CWindows_CUI_CPopups_CIUICommand** instance);
HRESULT (STDMETHODCALLTYPE* CreateWithHandlerAndId)(__x_ABI_CWindows_CUI_CPopups_CIUICommandFactory* This,
HSTRING label,
__x_ABI_CWindows_CUI_CPopups_CIUICommandInvokedHandler* action,
IInspectable* commandId,
__x_ABI_CWindows_CUI_CPopups_CIUICommand** instance);
END_INTERFACE
} __x_ABI_CWindows_CUI_CPopups_CIUICommandFactoryVtbl;
interface __x_ABI_CWindows_CUI_CPopups_CIUICommandFactory
{
CONST_VTBL struct __x_ABI_CWindows_CUI_CPopups_CIUICommandFactoryVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CUI_CPopups_CIUICommandFactory;
#endif /* !defined(____x_ABI_CWindows_CUI_CPopups_CIUICommandFactory_INTERFACE_DEFINED__) */