| Server IP : 121.121.20.254 / Your IP : 216.73.216.133 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Program Files (x86)/Windows Kits/10/Include/10.0.26100.0/cppwinrt/winrt/impl/ |
Upload File : |
// C++/WinRT v2.0.250303.1
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#pragma once
#ifndef WINRT_Windows_UI_Popups_1_H
#define WINRT_Windows_UI_Popups_1_H
#include "winrt/impl/Windows.UI.Popups.0.h"
WINRT_EXPORT namespace winrt::Windows::UI::Popups
{
struct WINRT_IMPL_EMPTY_BASES IMessageDialog :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IMessageDialog>
{
IMessageDialog(std::nullptr_t = nullptr) noexcept {}
IMessageDialog(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct WINRT_IMPL_EMPTY_BASES IMessageDialogFactory :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IMessageDialogFactory>
{
IMessageDialogFactory(std::nullptr_t = nullptr) noexcept {}
IMessageDialogFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct WINRT_IMPL_EMPTY_BASES IPopupMenu :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IPopupMenu>
{
IPopupMenu(std::nullptr_t = nullptr) noexcept {}
IPopupMenu(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct WINRT_IMPL_EMPTY_BASES IUICommand :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IUICommand>
{
IUICommand(std::nullptr_t = nullptr) noexcept {}
IUICommand(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct WINRT_IMPL_EMPTY_BASES IUICommandFactory :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IUICommandFactory>
{
IUICommandFactory(std::nullptr_t = nullptr) noexcept {}
IUICommandFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
}
#endif