| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Program Files (x86)/Windows Kits/10/Include/10.0.19041.0/cppwinrt/winrt/impl/ |
Upload File : |
// C++/WinRT v2.0.190620.2
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#ifndef WINRT_Windows_UI_Popups_0_H
#define WINRT_Windows_UI_Popups_0_H
namespace winrt::Windows::Foundation
{
struct Point;
struct Rect;
}
namespace winrt::Windows::UI::Popups
{
enum class MessageDialogOptions : uint32_t
{
None = 0,
AcceptUserInputAfterDelay = 0x1,
};
enum class Placement : int32_t
{
Default = 0,
Above = 1,
Below = 2,
Left = 3,
Right = 4,
};
struct IMessageDialog;
struct IMessageDialogFactory;
struct IPopupMenu;
struct IUICommand;
struct IUICommandFactory;
struct MessageDialog;
struct PopupMenu;
struct UICommand;
struct UICommandSeparator;
struct UICommandInvokedHandler;
}
namespace winrt::impl
{
template <> struct category<Windows::UI::Popups::IMessageDialog>
{
using type = interface_category;
};
template <> struct category<Windows::UI::Popups::IMessageDialogFactory>
{
using type = interface_category;
};
template <> struct category<Windows::UI::Popups::IPopupMenu>
{
using type = interface_category;
};
template <> struct category<Windows::UI::Popups::IUICommand>
{
using type = interface_category;
};
template <> struct category<Windows::UI::Popups::IUICommandFactory>
{
using type = interface_category;
};
template <> struct category<Windows::UI::Popups::MessageDialog>
{
using type = class_category;
};
template <> struct category<Windows::UI::Popups::PopupMenu>
{
using type = class_category;
};
template <> struct category<Windows::UI::Popups::UICommand>
{
using type = class_category;
};
template <> struct category<Windows::UI::Popups::UICommandSeparator>
{
using type = class_category;
};
template <> struct category<Windows::UI::Popups::MessageDialogOptions>
{
using type = enum_category;
};
template <> struct category<Windows::UI::Popups::Placement>
{
using type = enum_category;
};
template <> struct category<Windows::UI::Popups::UICommandInvokedHandler>
{
using type = delegate_category;
};
template <> struct name<Windows::UI::Popups::IMessageDialog>
{
static constexpr auto & value{ L"Windows.UI.Popups.IMessageDialog" };
};
template <> struct name<Windows::UI::Popups::IMessageDialogFactory>
{
static constexpr auto & value{ L"Windows.UI.Popups.IMessageDialogFactory" };
};
template <> struct name<Windows::UI::Popups::IPopupMenu>
{
static constexpr auto & value{ L"Windows.UI.Popups.IPopupMenu" };
};
template <> struct name<Windows::UI::Popups::IUICommand>
{
static constexpr auto & value{ L"Windows.UI.Popups.IUICommand" };
};
template <> struct name<Windows::UI::Popups::IUICommandFactory>
{
static constexpr auto & value{ L"Windows.UI.Popups.IUICommandFactory" };
};
template <> struct name<Windows::UI::Popups::MessageDialog>
{
static constexpr auto & value{ L"Windows.UI.Popups.MessageDialog" };
};
template <> struct name<Windows::UI::Popups::PopupMenu>
{
static constexpr auto & value{ L"Windows.UI.Popups.PopupMenu" };
};
template <> struct name<Windows::UI::Popups::UICommand>
{
static constexpr auto & value{ L"Windows.UI.Popups.UICommand" };
};
template <> struct name<Windows::UI::Popups::UICommandSeparator>
{
static constexpr auto & value{ L"Windows.UI.Popups.UICommandSeparator" };
};
template <> struct name<Windows::UI::Popups::MessageDialogOptions>
{
static constexpr auto & value{ L"Windows.UI.Popups.MessageDialogOptions" };
};
template <> struct name<Windows::UI::Popups::Placement>
{
static constexpr auto & value{ L"Windows.UI.Popups.Placement" };
};
template <> struct name<Windows::UI::Popups::UICommandInvokedHandler>
{
static constexpr auto & value{ L"Windows.UI.Popups.UICommandInvokedHandler" };
};
template <> struct guid_storage<Windows::UI::Popups::IMessageDialog>
{
static constexpr guid value{ 0x33F59B01,0x5325,0x43AB,{ 0x9A,0xB3,0xBD,0xAE,0x44,0x0E,0x41,0x21 } };
};
template <> struct guid_storage<Windows::UI::Popups::IMessageDialogFactory>
{
static constexpr guid value{ 0x2D161777,0xA66F,0x4EA5,{ 0xBB,0x87,0x79,0x3F,0xFA,0x49,0x41,0xF2 } };
};
template <> struct guid_storage<Windows::UI::Popups::IPopupMenu>
{
static constexpr guid value{ 0x4E9BC6DC,0x880D,0x47FC,{ 0xA0,0xA1,0x72,0xB6,0x39,0xE6,0x25,0x59 } };
};
template <> struct guid_storage<Windows::UI::Popups::IUICommand>
{
static constexpr guid value{ 0x4FF93A75,0x4145,0x47FF,{ 0xAC,0x7F,0xDF,0xF1,0xC1,0xFA,0x5B,0x0F } };
};
template <> struct guid_storage<Windows::UI::Popups::IUICommandFactory>
{
static constexpr guid value{ 0xA21A8189,0x26B0,0x4676,{ 0xAE,0x94,0x54,0x04,0x1B,0xC1,0x25,0xE8 } };
};
template <> struct guid_storage<Windows::UI::Popups::UICommandInvokedHandler>
{
static constexpr guid value{ 0xDAF77A4F,0xC27A,0x4298,{ 0x9A,0xC6,0x29,0x22,0xC4,0x5E,0x7D,0xA6 } };
};
template <> struct default_interface<Windows::UI::Popups::MessageDialog>
{
using type = Windows::UI::Popups::IMessageDialog;
};
template <> struct default_interface<Windows::UI::Popups::PopupMenu>
{
using type = Windows::UI::Popups::IPopupMenu;
};
template <> struct default_interface<Windows::UI::Popups::UICommand>
{
using type = Windows::UI::Popups::IUICommand;
};
template <> struct default_interface<Windows::UI::Popups::UICommandSeparator>
{
using type = Windows::UI::Popups::IUICommand;
};
template <> struct abi<Windows::UI::Popups::IMessageDialog>
{
struct __declspec(novtable) type : inspectable_abi
{
virtual int32_t __stdcall get_Title(void**) noexcept = 0;
virtual int32_t __stdcall put_Title(void*) noexcept = 0;
virtual int32_t __stdcall get_Commands(void**) noexcept = 0;
virtual int32_t __stdcall get_DefaultCommandIndex(uint32_t*) noexcept = 0;
virtual int32_t __stdcall put_DefaultCommandIndex(uint32_t) noexcept = 0;
virtual int32_t __stdcall get_CancelCommandIndex(uint32_t*) noexcept = 0;
virtual int32_t __stdcall put_CancelCommandIndex(uint32_t) noexcept = 0;
virtual int32_t __stdcall get_Content(void**) noexcept = 0;
virtual int32_t __stdcall put_Content(void*) noexcept = 0;
virtual int32_t __stdcall ShowAsync(void**) noexcept = 0;
virtual int32_t __stdcall get_Options(uint32_t*) noexcept = 0;
virtual int32_t __stdcall put_Options(uint32_t) noexcept = 0;
};
};
template <> struct abi<Windows::UI::Popups::IMessageDialogFactory>
{
struct __declspec(novtable) type : inspectable_abi
{
virtual int32_t __stdcall Create(void*, void**) noexcept = 0;
virtual int32_t __stdcall CreateWithTitle(void*, void*, void**) noexcept = 0;
};
};
template <> struct abi<Windows::UI::Popups::IPopupMenu>
{
struct __declspec(novtable) type : inspectable_abi
{
virtual int32_t __stdcall get_Commands(void**) noexcept = 0;
virtual int32_t __stdcall ShowAsync(Windows::Foundation::Point, void**) noexcept = 0;
virtual int32_t __stdcall ShowAsyncWithRect(Windows::Foundation::Rect, void**) noexcept = 0;
virtual int32_t __stdcall ShowAsyncWithRectAndPlacement(Windows::Foundation::Rect, int32_t, void**) noexcept = 0;
};
};
template <> struct abi<Windows::UI::Popups::IUICommand>
{
struct __declspec(novtable) type : inspectable_abi
{
virtual int32_t __stdcall get_Label(void**) noexcept = 0;
virtual int32_t __stdcall put_Label(void*) noexcept = 0;
virtual int32_t __stdcall get_Invoked(void**) noexcept = 0;
virtual int32_t __stdcall put_Invoked(void*) noexcept = 0;
virtual int32_t __stdcall get_Id(void**) noexcept = 0;
virtual int32_t __stdcall put_Id(void*) noexcept = 0;
};
};
template <> struct abi<Windows::UI::Popups::IUICommandFactory>
{
struct __declspec(novtable) type : inspectable_abi
{
virtual int32_t __stdcall Create(void*, void**) noexcept = 0;
virtual int32_t __stdcall CreateWithHandler(void*, void*, void**) noexcept = 0;
virtual int32_t __stdcall CreateWithHandlerAndId(void*, void*, void*, void**) noexcept = 0;
};
};
template <> struct abi<Windows::UI::Popups::UICommandInvokedHandler>
{
struct __declspec(novtable) type : unknown_abi
{
virtual int32_t __stdcall Invoke(void*) noexcept = 0;
};
};
template <typename D>
struct consume_Windows_UI_Popups_IMessageDialog
{
[[nodiscard]] auto Title() const;
auto Title(param::hstring const& value) const;
[[nodiscard]] auto Commands() const;
[[nodiscard]] auto DefaultCommandIndex() const;
auto DefaultCommandIndex(uint32_t value) const;
[[nodiscard]] auto CancelCommandIndex() const;
auto CancelCommandIndex(uint32_t value) const;
[[nodiscard]] auto Content() const;
auto Content(param::hstring const& value) const;
auto ShowAsync() const;
[[nodiscard]] auto Options() const;
auto Options(Windows::UI::Popups::MessageDialogOptions const& value) const;
};
template <> struct consume<Windows::UI::Popups::IMessageDialog>
{
template <typename D> using type = consume_Windows_UI_Popups_IMessageDialog<D>;
};
template <typename D>
struct consume_Windows_UI_Popups_IMessageDialogFactory
{
auto Create(param::hstring const& content) const;
auto CreateWithTitle(param::hstring const& content, param::hstring const& title) const;
};
template <> struct consume<Windows::UI::Popups::IMessageDialogFactory>
{
template <typename D> using type = consume_Windows_UI_Popups_IMessageDialogFactory<D>;
};
template <typename D>
struct consume_Windows_UI_Popups_IPopupMenu
{
[[nodiscard]] auto Commands() const;
auto ShowAsync(Windows::Foundation::Point const& invocationPoint) const;
auto ShowForSelectionAsync(Windows::Foundation::Rect const& selection) const;
auto ShowForSelectionAsync(Windows::Foundation::Rect const& selection, Windows::UI::Popups::Placement const& preferredPlacement) const;
};
template <> struct consume<Windows::UI::Popups::IPopupMenu>
{
template <typename D> using type = consume_Windows_UI_Popups_IPopupMenu<D>;
};
template <typename D>
struct consume_Windows_UI_Popups_IUICommand
{
[[nodiscard]] auto Label() const;
auto Label(param::hstring const& value) const;
[[nodiscard]] auto Invoked() const;
auto Invoked(Windows::UI::Popups::UICommandInvokedHandler const& value) const;
[[nodiscard]] auto Id() const;
auto Id(Windows::Foundation::IInspectable const& value) const;
};
template <> struct consume<Windows::UI::Popups::IUICommand>
{
template <typename D> using type = consume_Windows_UI_Popups_IUICommand<D>;
};
template <typename D>
struct consume_Windows_UI_Popups_IUICommandFactory
{
auto Create(param::hstring const& label) const;
auto CreateWithHandler(param::hstring const& label, Windows::UI::Popups::UICommandInvokedHandler const& action) const;
auto CreateWithHandlerAndId(param::hstring const& label, Windows::UI::Popups::UICommandInvokedHandler const& action, Windows::Foundation::IInspectable const& commandId) const;
};
template <> struct consume<Windows::UI::Popups::IUICommandFactory>
{
template <typename D> using type = consume_Windows_UI_Popups_IUICommandFactory<D>;
};
}
#endif