Files
nearby/internal/platform/implementation/windows/generated/winrt/impl/Windows.Graphics.Capture.1.h
T
jfcarroll 28da839987 Latest update for winrt
PiperOrigin-RevId: 452591835
2022-06-02 12:05:19 -07:00

102 lines
5.5 KiB
C++

// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220531.1
#pragma once
#ifndef WINRT_Windows_Graphics_Capture_1_H
#define WINRT_Windows_Graphics_Capture_1_H
#include "winrt/impl/Windows.Graphics.Capture.0.h"
WINRT_EXPORT namespace winrt::Windows::Graphics::Capture
{
struct __declspec(empty_bases) IDirect3D11CaptureFrame :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IDirect3D11CaptureFrame>
{
IDirect3D11CaptureFrame(std::nullptr_t = nullptr) noexcept {}
IDirect3D11CaptureFrame(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IDirect3D11CaptureFramePool :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IDirect3D11CaptureFramePool>
{
IDirect3D11CaptureFramePool(std::nullptr_t = nullptr) noexcept {}
IDirect3D11CaptureFramePool(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IDirect3D11CaptureFramePoolStatics :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IDirect3D11CaptureFramePoolStatics>
{
IDirect3D11CaptureFramePoolStatics(std::nullptr_t = nullptr) noexcept {}
IDirect3D11CaptureFramePoolStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IDirect3D11CaptureFramePoolStatics2 :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IDirect3D11CaptureFramePoolStatics2>
{
IDirect3D11CaptureFramePoolStatics2(std::nullptr_t = nullptr) noexcept {}
IDirect3D11CaptureFramePoolStatics2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGraphicsCaptureAccessStatics :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGraphicsCaptureAccessStatics>
{
IGraphicsCaptureAccessStatics(std::nullptr_t = nullptr) noexcept {}
IGraphicsCaptureAccessStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGraphicsCaptureItem :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGraphicsCaptureItem>
{
IGraphicsCaptureItem(std::nullptr_t = nullptr) noexcept {}
IGraphicsCaptureItem(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGraphicsCaptureItemStatics :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGraphicsCaptureItemStatics>
{
IGraphicsCaptureItemStatics(std::nullptr_t = nullptr) noexcept {}
IGraphicsCaptureItemStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGraphicsCaptureItemStatics2 :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGraphicsCaptureItemStatics2>
{
IGraphicsCaptureItemStatics2(std::nullptr_t = nullptr) noexcept {}
IGraphicsCaptureItemStatics2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGraphicsCapturePicker :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGraphicsCapturePicker>
{
IGraphicsCapturePicker(std::nullptr_t = nullptr) noexcept {}
IGraphicsCapturePicker(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGraphicsCaptureSession :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGraphicsCaptureSession>
{
IGraphicsCaptureSession(std::nullptr_t = nullptr) noexcept {}
IGraphicsCaptureSession(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGraphicsCaptureSession2 :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGraphicsCaptureSession2>
{
IGraphicsCaptureSession2(std::nullptr_t = nullptr) noexcept {}
IGraphicsCaptureSession2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGraphicsCaptureSession3 :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGraphicsCaptureSession3>
{
IGraphicsCaptureSession3(std::nullptr_t = nullptr) noexcept {}
IGraphicsCaptureSession3(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGraphicsCaptureSessionStatics :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGraphicsCaptureSessionStatics>
{
IGraphicsCaptureSessionStatics(std::nullptr_t = nullptr) noexcept {}
IGraphicsCaptureSessionStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
}
#endif