mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
nearby sdk refactor
PiperOrigin-RevId: 425434260
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210930.14
|
||||
|
||||
#pragma once
|
||||
#ifndef WINRT_Windows_Data_Pdf_2_H
|
||||
#define WINRT_Windows_Data_Pdf_2_H
|
||||
#include "winrt/impl/Windows.Foundation.1.h"
|
||||
#include "winrt/impl/Windows.Storage.1.h"
|
||||
#include "winrt/impl/Windows.Storage.Streams.1.h"
|
||||
#include "winrt/impl/Windows.Data.Pdf.1.h"
|
||||
WINRT_EXPORT namespace winrt::Windows::Data::Pdf
|
||||
{
|
||||
struct __declspec(empty_bases) PdfDocument : winrt::Windows::Data::Pdf::IPdfDocument
|
||||
{
|
||||
PdfDocument(std::nullptr_t) noexcept {}
|
||||
PdfDocument(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Data::Pdf::IPdfDocument(ptr, take_ownership_from_abi) {}
|
||||
static auto LoadFromFileAsync(winrt::Windows::Storage::IStorageFile const& file);
|
||||
static auto LoadFromFileAsync(winrt::Windows::Storage::IStorageFile const& file, param::hstring const& password);
|
||||
static auto LoadFromStreamAsync(winrt::Windows::Storage::Streams::IRandomAccessStream const& inputStream);
|
||||
static auto LoadFromStreamAsync(winrt::Windows::Storage::Streams::IRandomAccessStream const& inputStream, param::hstring const& password);
|
||||
};
|
||||
struct __declspec(empty_bases) PdfPage : winrt::Windows::Data::Pdf::IPdfPage,
|
||||
impl::require<PdfPage, winrt::Windows::Foundation::IClosable>
|
||||
{
|
||||
PdfPage(std::nullptr_t) noexcept {}
|
||||
PdfPage(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Data::Pdf::IPdfPage(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) PdfPageDimensions : winrt::Windows::Data::Pdf::IPdfPageDimensions
|
||||
{
|
||||
PdfPageDimensions(std::nullptr_t) noexcept {}
|
||||
PdfPageDimensions(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Data::Pdf::IPdfPageDimensions(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) PdfPageRenderOptions : winrt::Windows::Data::Pdf::IPdfPageRenderOptions
|
||||
{
|
||||
PdfPageRenderOptions(std::nullptr_t) noexcept {}
|
||||
PdfPageRenderOptions(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Data::Pdf::IPdfPageRenderOptions(ptr, take_ownership_from_abi) {}
|
||||
PdfPageRenderOptions();
|
||||
};
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user