mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
38 lines
2.9 KiB
C++
38 lines
2.9 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210930.14
|
|
|
|
#pragma once
|
|
#ifndef WINRT_Windows_ApplicationModel_Preview_Notes_2_H
|
|
#define WINRT_Windows_ApplicationModel_Preview_Notes_2_H
|
|
#include "winrt/impl/Windows.ApplicationModel.Preview.Notes.1.h"
|
|
WINRT_EXPORT namespace winrt::Windows::ApplicationModel::Preview::Notes
|
|
{
|
|
struct __declspec(empty_bases) NotePlacementChangedPreviewEventArgs : winrt::Windows::ApplicationModel::Preview::Notes::INotePlacementChangedPreviewEventArgs
|
|
{
|
|
NotePlacementChangedPreviewEventArgs(std::nullptr_t) noexcept {}
|
|
NotePlacementChangedPreviewEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Preview::Notes::INotePlacementChangedPreviewEventArgs(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) NoteVisibilityChangedPreviewEventArgs : winrt::Windows::ApplicationModel::Preview::Notes::INoteVisibilityChangedPreviewEventArgs
|
|
{
|
|
NoteVisibilityChangedPreviewEventArgs(std::nullptr_t) noexcept {}
|
|
NoteVisibilityChangedPreviewEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Preview::Notes::INoteVisibilityChangedPreviewEventArgs(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) NotesWindowManagerPreview : winrt::Windows::ApplicationModel::Preview::Notes::INotesWindowManagerPreview,
|
|
impl::require<NotesWindowManagerPreview, winrt::Windows::ApplicationModel::Preview::Notes::INotesWindowManagerPreview2>
|
|
{
|
|
NotesWindowManagerPreview(std::nullptr_t) noexcept {}
|
|
NotesWindowManagerPreview(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Preview::Notes::INotesWindowManagerPreview(ptr, take_ownership_from_abi) {}
|
|
using winrt::Windows::ApplicationModel::Preview::Notes::INotesWindowManagerPreview::ShowNoteRelativeTo;
|
|
using impl::consume_t<NotesWindowManagerPreview, winrt::Windows::ApplicationModel::Preview::Notes::INotesWindowManagerPreview2>::ShowNoteRelativeTo;
|
|
using winrt::Windows::ApplicationModel::Preview::Notes::INotesWindowManagerPreview::ShowNoteWithPlacement;
|
|
using impl::consume_t<NotesWindowManagerPreview, winrt::Windows::ApplicationModel::Preview::Notes::INotesWindowManagerPreview2>::ShowNoteWithPlacement;
|
|
static auto GetForCurrentApp();
|
|
};
|
|
struct __declspec(empty_bases) NotesWindowManagerPreviewShowNoteOptions : winrt::Windows::ApplicationModel::Preview::Notes::INotesWindowManagerPreviewShowNoteOptions
|
|
{
|
|
NotesWindowManagerPreviewShowNoteOptions(std::nullptr_t) noexcept {}
|
|
NotesWindowManagerPreviewShowNoteOptions(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Preview::Notes::INotesWindowManagerPreviewShowNoteOptions(ptr, take_ownership_from_abi) {}
|
|
NotesWindowManagerPreviewShowNoteOptions();
|
|
};
|
|
}
|
|
#endif
|