// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.240405.15 #pragma once #ifndef WINRT_Windows_Devices_Enumeration_Pnp_2_H #define WINRT_Windows_Devices_Enumeration_Pnp_2_H #include "winrt/impl/Windows.Foundation.Collections.1.h" #include "winrt/impl/Windows.Devices.Enumeration.Pnp.1.h" WINRT_EXPORT namespace winrt::Windows::Devices::Enumeration::Pnp { struct WINRT_IMPL_EMPTY_BASES PnpObject : winrt::Windows::Devices::Enumeration::Pnp::IPnpObject { PnpObject(std::nullptr_t) noexcept {} PnpObject(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Enumeration::Pnp::IPnpObject(ptr, take_ownership_from_abi) {} static auto CreateFromIdAsync(winrt::Windows::Devices::Enumeration::Pnp::PnpObjectType const& type, param::hstring const& id, param::async_iterable const& requestedProperties); static auto FindAllAsync(winrt::Windows::Devices::Enumeration::Pnp::PnpObjectType const& type, param::async_iterable const& requestedProperties); static auto FindAllAsync(winrt::Windows::Devices::Enumeration::Pnp::PnpObjectType const& type, param::async_iterable const& requestedProperties, param::hstring const& aqsFilter); static auto CreateWatcher(winrt::Windows::Devices::Enumeration::Pnp::PnpObjectType const& type, param::iterable const& requestedProperties); static auto CreateWatcher(winrt::Windows::Devices::Enumeration::Pnp::PnpObjectType const& type, param::iterable const& requestedProperties, param::hstring const& aqsFilter); }; struct WINRT_IMPL_EMPTY_BASES PnpObjectCollection : winrt::Windows::Foundation::Collections::IVectorView { PnpObjectCollection(std::nullptr_t) noexcept {} PnpObjectCollection(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::Collections::IVectorView(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES PnpObjectUpdate : winrt::Windows::Devices::Enumeration::Pnp::IPnpObjectUpdate { PnpObjectUpdate(std::nullptr_t) noexcept {} PnpObjectUpdate(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Enumeration::Pnp::IPnpObjectUpdate(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES PnpObjectWatcher : winrt::Windows::Devices::Enumeration::Pnp::IPnpObjectWatcher { PnpObjectWatcher(std::nullptr_t) noexcept {} PnpObjectWatcher(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Enumeration::Pnp::IPnpObjectWatcher(ptr, take_ownership_from_abi) {} }; } #endif