mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Update WinRT to new version 2.0.250303.1
PiperOrigin-RevId: 781075193
This commit is contained in:
committed by
Copybara-Service
parent
5e558cffc4
commit
8f14bd10fc
+145
-30
@@ -1,4 +1,4 @@
|
||||
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220531.1
|
||||
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.250303.1
|
||||
|
||||
#pragma once
|
||||
#ifndef WINRT_Windows_Security_Isolation_0_H
|
||||
@@ -10,8 +10,8 @@ WINRT_EXPORT namespace winrt::Windows::Foundation
|
||||
}
|
||||
WINRT_EXPORT namespace winrt::Windows::Foundation::Collections
|
||||
{
|
||||
template <typename T> struct __declspec(empty_bases) IIterable;
|
||||
template <typename T> struct __declspec(empty_bases) IVectorView;
|
||||
template <typename T> struct WINRT_IMPL_EMPTY_BASES IIterable;
|
||||
template <typename T> struct WINRT_IMPL_EMPTY_BASES IVectorView;
|
||||
}
|
||||
WINRT_EXPORT namespace winrt::Windows::Security::Isolation
|
||||
{
|
||||
@@ -25,6 +25,7 @@ WINRT_EXPORT namespace winrt::Windows::Security::Isolation
|
||||
None = 0,
|
||||
Text = 0x1,
|
||||
Image = 0x2,
|
||||
Rtf = 0x4,
|
||||
};
|
||||
enum class IsolatedWindowsEnvironmentAvailablePrinters : uint32_t
|
||||
{
|
||||
@@ -46,6 +47,11 @@ WINRT_EXPORT namespace winrt::Windows::Security::Isolation
|
||||
FailureByPolicy = 1,
|
||||
UnknownFailure = 2,
|
||||
};
|
||||
enum class IsolatedWindowsEnvironmentCreationPriority : int32_t
|
||||
{
|
||||
Low = 0,
|
||||
Normal = 1,
|
||||
};
|
||||
enum class IsolatedWindowsEnvironmentHostError : int32_t
|
||||
{
|
||||
AdminPolicyIsDisabledOrNotPresent = 0,
|
||||
@@ -88,6 +94,10 @@ WINRT_EXPORT namespace winrt::Windows::Security::Isolation
|
||||
Queued = 0,
|
||||
Processing = 1,
|
||||
Completed = 2,
|
||||
Creating = 3,
|
||||
Retrying = 4,
|
||||
Starting = 5,
|
||||
Finalizing = 6,
|
||||
};
|
||||
enum class IsolatedWindowsEnvironmentShareFileStatus : int32_t
|
||||
{
|
||||
@@ -106,6 +116,15 @@ WINRT_EXPORT namespace winrt::Windows::Security::Isolation
|
||||
FolderNotFound = 3,
|
||||
AccessDenied = 4,
|
||||
};
|
||||
enum class IsolatedWindowsEnvironmentSignInProgress : int32_t
|
||||
{
|
||||
Connecting = 0,
|
||||
Connected = 1,
|
||||
Authenticating = 2,
|
||||
SettingUpAccount = 3,
|
||||
Finalizing = 4,
|
||||
Completed = 5,
|
||||
};
|
||||
enum class IsolatedWindowsEnvironmentStartProcessStatus : int32_t
|
||||
{
|
||||
Success = 0,
|
||||
@@ -117,7 +136,9 @@ WINRT_EXPORT namespace winrt::Windows::Security::Isolation
|
||||
struct IIsolatedWindowsEnvironment;
|
||||
struct IIsolatedWindowsEnvironment2;
|
||||
struct IIsolatedWindowsEnvironment3;
|
||||
struct IIsolatedWindowsEnvironment4;
|
||||
struct IIsolatedWindowsEnvironmentCreateResult;
|
||||
struct IIsolatedWindowsEnvironmentCreateResult2;
|
||||
struct IIsolatedWindowsEnvironmentFactory;
|
||||
struct IIsolatedWindowsEnvironmentFile;
|
||||
struct IIsolatedWindowsEnvironmentFile2;
|
||||
@@ -125,6 +146,7 @@ WINRT_EXPORT namespace winrt::Windows::Security::Isolation
|
||||
struct IIsolatedWindowsEnvironmentLaunchFileResult;
|
||||
struct IIsolatedWindowsEnvironmentOptions;
|
||||
struct IIsolatedWindowsEnvironmentOptions2;
|
||||
struct IIsolatedWindowsEnvironmentOptions3;
|
||||
struct IIsolatedWindowsEnvironmentOwnerRegistrationData;
|
||||
struct IIsolatedWindowsEnvironmentOwnerRegistrationResult;
|
||||
struct IIsolatedWindowsEnvironmentOwnerRegistrationStatics;
|
||||
@@ -137,6 +159,7 @@ WINRT_EXPORT namespace winrt::Windows::Security::Isolation
|
||||
struct IIsolatedWindowsEnvironmentStartProcessResult;
|
||||
struct IIsolatedWindowsEnvironmentTelemetryParameters;
|
||||
struct IIsolatedWindowsEnvironmentUserInfo;
|
||||
struct IIsolatedWindowsEnvironmentUserInfo2;
|
||||
struct IIsolatedWindowsHostMessengerStatics;
|
||||
struct IIsolatedWindowsHostMessengerStatics2;
|
||||
struct IsolatedWindowsEnvironment;
|
||||
@@ -161,13 +184,16 @@ WINRT_EXPORT namespace winrt::Windows::Security::Isolation
|
||||
struct IsolatedWindowsEnvironmentCreateProgress;
|
||||
struct HostMessageReceivedCallback;
|
||||
struct MessageReceivedCallback;
|
||||
struct IsolatedWindowsEnvironmentContract;
|
||||
}
|
||||
namespace winrt::impl
|
||||
{
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironment>{ using type = interface_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironment2>{ using type = interface_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironment3>{ using type = interface_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironment4>{ using type = interface_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentCreateResult>{ using type = interface_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentCreateResult2>{ using type = interface_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentFactory>{ using type = interface_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentFile>{ using type = interface_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentFile2>{ using type = interface_category; };
|
||||
@@ -175,6 +201,7 @@ namespace winrt::impl
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentLaunchFileResult>{ using type = interface_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentOptions>{ using type = interface_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentOptions2>{ using type = interface_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentOptions3>{ using type = interface_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentOwnerRegistrationData>{ using type = interface_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentOwnerRegistrationResult>{ using type = interface_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentOwnerRegistrationStatics>{ using type = interface_category; };
|
||||
@@ -187,6 +214,7 @@ namespace winrt::impl
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentStartProcessResult>{ using type = interface_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentTelemetryParameters>{ using type = interface_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentUserInfo>{ using type = interface_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentUserInfo2>{ using type = interface_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IIsolatedWindowsHostMessengerStatics>{ using type = interface_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IIsolatedWindowsHostMessengerStatics2>{ using type = interface_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IsolatedWindowsEnvironment>{ using type = class_category; };
|
||||
@@ -213,6 +241,7 @@ namespace winrt::impl
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentAvailablePrinters>{ using type = enum_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentClipboardCopyPasteDirections>{ using type = enum_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentCreateStatus>{ using type = enum_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentCreationPriority>{ using type = enum_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentHostError>{ using type = enum_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentLaunchFileStatus>{ using type = enum_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentOwnerRegistrationStatus>{ using type = enum_category; };
|
||||
@@ -221,6 +250,7 @@ namespace winrt::impl
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentProgressState>{ using type = enum_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentShareFileStatus>{ using type = enum_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentShareFolderStatus>{ using type = enum_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentSignInProgress>{ using type = enum_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentStartProcessStatus>{ using type = enum_category; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentCreateProgress>{ using type = struct_category<winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentProgressState, uint32_t>; };
|
||||
template <> struct category<winrt::Windows::Security::Isolation::HostMessageReceivedCallback>{ using type = delegate_category; };
|
||||
@@ -249,6 +279,7 @@ namespace winrt::impl
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentAvailablePrinters> = L"Windows.Security.Isolation.IsolatedWindowsEnvironmentAvailablePrinters";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentClipboardCopyPasteDirections> = L"Windows.Security.Isolation.IsolatedWindowsEnvironmentClipboardCopyPasteDirections";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentCreateStatus> = L"Windows.Security.Isolation.IsolatedWindowsEnvironmentCreateStatus";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentCreationPriority> = L"Windows.Security.Isolation.IsolatedWindowsEnvironmentCreationPriority";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentHostError> = L"Windows.Security.Isolation.IsolatedWindowsEnvironmentHostError";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentLaunchFileStatus> = L"Windows.Security.Isolation.IsolatedWindowsEnvironmentLaunchFileStatus";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentOwnerRegistrationStatus> = L"Windows.Security.Isolation.IsolatedWindowsEnvironmentOwnerRegistrationStatus";
|
||||
@@ -257,12 +288,15 @@ namespace winrt::impl
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentProgressState> = L"Windows.Security.Isolation.IsolatedWindowsEnvironmentProgressState";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentShareFileStatus> = L"Windows.Security.Isolation.IsolatedWindowsEnvironmentShareFileStatus";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentShareFolderStatus> = L"Windows.Security.Isolation.IsolatedWindowsEnvironmentShareFolderStatus";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentSignInProgress> = L"Windows.Security.Isolation.IsolatedWindowsEnvironmentSignInProgress";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentStartProcessStatus> = L"Windows.Security.Isolation.IsolatedWindowsEnvironmentStartProcessStatus";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentCreateProgress> = L"Windows.Security.Isolation.IsolatedWindowsEnvironmentCreateProgress";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironment> = L"Windows.Security.Isolation.IIsolatedWindowsEnvironment";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironment2> = L"Windows.Security.Isolation.IIsolatedWindowsEnvironment2";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironment3> = L"Windows.Security.Isolation.IIsolatedWindowsEnvironment3";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironment4> = L"Windows.Security.Isolation.IIsolatedWindowsEnvironment4";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentCreateResult> = L"Windows.Security.Isolation.IIsolatedWindowsEnvironmentCreateResult";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentCreateResult2> = L"Windows.Security.Isolation.IIsolatedWindowsEnvironmentCreateResult2";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentFactory> = L"Windows.Security.Isolation.IIsolatedWindowsEnvironmentFactory";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentFile> = L"Windows.Security.Isolation.IIsolatedWindowsEnvironmentFile";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentFile2> = L"Windows.Security.Isolation.IIsolatedWindowsEnvironmentFile2";
|
||||
@@ -270,6 +304,7 @@ namespace winrt::impl
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentLaunchFileResult> = L"Windows.Security.Isolation.IIsolatedWindowsEnvironmentLaunchFileResult";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentOptions> = L"Windows.Security.Isolation.IIsolatedWindowsEnvironmentOptions";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentOptions2> = L"Windows.Security.Isolation.IIsolatedWindowsEnvironmentOptions2";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentOptions3> = L"Windows.Security.Isolation.IIsolatedWindowsEnvironmentOptions3";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentOwnerRegistrationData> = L"Windows.Security.Isolation.IIsolatedWindowsEnvironmentOwnerRegistrationData";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentOwnerRegistrationResult> = L"Windows.Security.Isolation.IIsolatedWindowsEnvironmentOwnerRegistrationResult";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentOwnerRegistrationStatics> = L"Windows.Security.Isolation.IIsolatedWindowsEnvironmentOwnerRegistrationStatics";
|
||||
@@ -282,14 +317,18 @@ namespace winrt::impl
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentStartProcessResult> = L"Windows.Security.Isolation.IIsolatedWindowsEnvironmentStartProcessResult";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentTelemetryParameters> = L"Windows.Security.Isolation.IIsolatedWindowsEnvironmentTelemetryParameters";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentUserInfo> = L"Windows.Security.Isolation.IIsolatedWindowsEnvironmentUserInfo";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentUserInfo2> = L"Windows.Security.Isolation.IIsolatedWindowsEnvironmentUserInfo2";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IIsolatedWindowsHostMessengerStatics> = L"Windows.Security.Isolation.IIsolatedWindowsHostMessengerStatics";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IIsolatedWindowsHostMessengerStatics2> = L"Windows.Security.Isolation.IIsolatedWindowsHostMessengerStatics2";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::HostMessageReceivedCallback> = L"Windows.Security.Isolation.HostMessageReceivedCallback";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::MessageReceivedCallback> = L"Windows.Security.Isolation.MessageReceivedCallback";
|
||||
template <> inline constexpr auto& name_v<winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentContract> = L"Windows.Security.Isolation.IsolatedWindowsEnvironmentContract";
|
||||
template <> inline constexpr guid guid_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironment>{ 0x41D24597,0xC328,0x4467,{ 0xB3,0x7F,0x4D,0xFC,0x6F,0x60,0xB6,0xBC } }; // 41D24597-C328-4467-B37F-4DFC6F60B6BC
|
||||
template <> inline constexpr guid guid_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironment2>{ 0x2D365F39,0x88BD,0x4AB4,{ 0x93,0xCF,0x7E,0x2B,0xCE,0xF3,0x37,0xC0 } }; // 2D365F39-88BD-4AB4-93CF-7E2BCEF337C0
|
||||
template <> inline constexpr guid guid_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironment3>{ 0xCB7FC7D2,0xD06E,0x4C26,{ 0x8A,0xDA,0xDA,0xCD,0xAA,0xAD,0x03,0xF5 } }; // CB7FC7D2-D06E-4C26-8ADA-DACDAAAD03F5
|
||||
template <> inline constexpr guid guid_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironment4>{ 0x11E3701A,0xDD9E,0x4F1B,{ 0x81,0x2C,0x40,0x20,0xF3,0x07,0xF9,0x3C } }; // 11E3701A-DD9E-4F1B-812C-4020F307F93C
|
||||
template <> inline constexpr guid guid_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentCreateResult>{ 0xEF9A5E58,0xDCD7,0x45C2,{ 0x9C,0x85,0xAB,0x64,0x2A,0x71,0x5E,0x8E } }; // EF9A5E58-DCD7-45C2-9C85-AB642A715E8E
|
||||
template <> inline constexpr guid guid_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentCreateResult2>{ 0xA547DBC7,0x61D4,0x4FB8,{ 0xAB,0x5C,0xED,0xEF,0xA3,0xD3,0x88,0xAD } }; // A547DBC7-61D4-4FB8-AB5C-EDEFA3D388AD
|
||||
template <> inline constexpr guid guid_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentFactory>{ 0x1ACA93E7,0xE804,0x454D,{ 0x84,0x66,0xF9,0x89,0x7C,0x20,0xB0,0xF6 } }; // 1ACA93E7-E804-454D-8466-F9897C20B0F6
|
||||
template <> inline constexpr guid guid_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentFile>{ 0x4D5AE1EF,0x029F,0x4101,{ 0x8C,0x35,0xFE,0x91,0xBF,0x9C,0xD5,0xF0 } }; // 4D5AE1EF-029F-4101-8C35-FE91BF9CD5F0
|
||||
template <> inline constexpr guid guid_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentFile2>{ 0x4EEB8DEC,0xAD5D,0x4B0A,{ 0xB7,0x54,0xF3,0x6C,0x3D,0x46,0xD6,0x84 } }; // 4EEB8DEC-AD5D-4B0A-B754-F36C3D46D684
|
||||
@@ -297,6 +336,7 @@ namespace winrt::impl
|
||||
template <> inline constexpr guid guid_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentLaunchFileResult>{ 0x685D4176,0xF6E0,0x4569,{ 0xB1,0xAA,0x21,0x5C,0x0F,0xF5,0xB2,0x57 } }; // 685D4176-F6E0-4569-B1AA-215C0FF5B257
|
||||
template <> inline constexpr guid guid_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentOptions>{ 0xB71D98F7,0x61F0,0x4008,{ 0xB2,0x07,0x0B,0xF9,0xEB,0x2D,0x76,0xF2 } }; // B71D98F7-61F0-4008-B207-0BF9EB2D76F2
|
||||
template <> inline constexpr guid guid_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentOptions2>{ 0x10D7CC31,0x8B8F,0x4B9D,{ 0xB2,0x2C,0x61,0x71,0x03,0xB5,0x5B,0x08 } }; // 10D7CC31-8B8F-4B9D-B22C-617103B55B08
|
||||
template <> inline constexpr guid guid_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentOptions3>{ 0x98D5AA23,0x161F,0x4CD9,{ 0x8A,0x9C,0x26,0x9B,0x30,0x12,0x2B,0x0D } }; // 98D5AA23-161F-4CD9-8A9C-269B30122B0D
|
||||
template <> inline constexpr guid guid_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentOwnerRegistrationData>{ 0xF888EC22,0xE8CF,0x56C0,{ 0xB1,0xDF,0x90,0xAF,0x4A,0xD8,0x0E,0x84 } }; // F888EC22-E8CF-56C0-B1DF-90AF4AD80E84
|
||||
template <> inline constexpr guid guid_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentOwnerRegistrationResult>{ 0x6DAB9451,0x6169,0x55DF,{ 0x8F,0x51,0x79,0x0E,0x99,0xD7,0x27,0x7D } }; // 6DAB9451-6169-55DF-8F51-790E99D7277D
|
||||
template <> inline constexpr guid guid_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentOwnerRegistrationStatics>{ 0x10951754,0x204B,0x5EC9,{ 0x9D,0xE3,0xDF,0x79,0x2D,0x07,0x4A,0x61 } }; // 10951754-204B-5EC9-9DE3-DF792D074A61
|
||||
@@ -309,6 +349,7 @@ namespace winrt::impl
|
||||
template <> inline constexpr guid guid_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentStartProcessResult>{ 0x8FA1DC2F,0x57DA,0x4BB5,{ 0x9C,0x06,0xFA,0x07,0x2D,0x20,0x32,0xE2 } }; // 8FA1DC2F-57DA-4BB5-9C06-FA072D2032E2
|
||||
template <> inline constexpr guid guid_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentTelemetryParameters>{ 0xEBDB3CAB,0x7A3A,0x4524,{ 0xA0,0xF4,0xF9,0x6E,0x28,0x4D,0x33,0xCD } }; // EBDB3CAB-7A3A-4524-A0F4-F96E284D33CD
|
||||
template <> inline constexpr guid guid_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentUserInfo>{ 0x8A9C75AE,0x69BA,0x4001,{ 0x96,0xFC,0x19,0xA0,0x27,0x03,0xB3,0x40 } }; // 8A9C75AE-69BA-4001-96FC-19A02703B340
|
||||
template <> inline constexpr guid guid_v<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentUserInfo2>{ 0xB0BDD5DD,0x91D7,0x481E,{ 0x94,0xF2,0x2A,0x5A,0x6B,0xDF,0x93,0x83 } }; // B0BDD5DD-91D7-481E-94F2-2A5A6BDF9383
|
||||
template <> inline constexpr guid guid_v<winrt::Windows::Security::Isolation::IIsolatedWindowsHostMessengerStatics>{ 0x06E444BB,0x53C0,0x4889,{ 0x8F,0xA3,0x53,0x59,0x2E,0x37,0xCF,0x21 } }; // 06E444BB-53C0-4889-8FA3-53592E37CF21
|
||||
template <> inline constexpr guid guid_v<winrt::Windows::Security::Isolation::IIsolatedWindowsHostMessengerStatics2>{ 0x55EF9EBC,0x0444,0x42AD,{ 0x83,0x2D,0x1B,0x89,0xC0,0x89,0xD1,0xCA } }; // 55EF9EBC-0444-42AD-832D-1B89C089D1CA
|
||||
template <> inline constexpr guid guid_v<winrt::Windows::Security::Isolation::HostMessageReceivedCallback>{ 0xFAF26FFA,0x8CE1,0x4CC1,{ 0xB2,0x78,0x32,0x2D,0x31,0xA5,0xE4,0xA3 } }; // FAF26FFA-8CE1-4CC1-B278-322D31A5E4A3
|
||||
@@ -331,7 +372,7 @@ namespace winrt::impl
|
||||
template <> struct default_interface<winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentUserInfo>{ using type = winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentUserInfo; };
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironment>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Id(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall StartProcessSilentlyAsync(void*, void*, int32_t, void**) noexcept = 0;
|
||||
@@ -348,7 +389,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironment2>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall PostMessageToReceiverAsync(winrt::guid, void*, void**) noexcept = 0;
|
||||
virtual int32_t __stdcall PostMessageToReceiverWithTelemetryAsync(winrt::guid, void*, void*, void**) noexcept = 0;
|
||||
@@ -356,25 +397,39 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironment3>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall GetUserInfo(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall ShareFileAsync(void*, void*, void**) noexcept = 0;
|
||||
virtual int32_t __stdcall ShareFileWithTelemetryAsync(void*, void*, void*, void**) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironment4>
|
||||
{
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall ChangePriority(int32_t) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentCreateResult>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Status(int32_t*) noexcept = 0;
|
||||
virtual int32_t __stdcall get_ExtendedError(winrt::hresult*) noexcept = 0;
|
||||
virtual int32_t __stdcall get_Environment(void**) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentCreateResult2>
|
||||
{
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall ChangeCreationPriority(int32_t) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentFactory>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall CreateAsync(void*, void**) noexcept = 0;
|
||||
virtual int32_t __stdcall CreateWithTelemetryAsync(void*, void*, void**) noexcept = 0;
|
||||
@@ -384,7 +439,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentFile>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Id(winrt::guid*) noexcept = 0;
|
||||
virtual int32_t __stdcall get_HostPath(void**) noexcept = 0;
|
||||
@@ -393,7 +448,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentFile2>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_GuestPath(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall get_IsReadOnly(bool*) noexcept = 0;
|
||||
@@ -401,7 +456,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentHostStatics>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_IsReady(bool*) noexcept = 0;
|
||||
virtual int32_t __stdcall get_HostErrors(void**) noexcept = 0;
|
||||
@@ -409,7 +464,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentLaunchFileResult>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Status(int32_t*) noexcept = 0;
|
||||
virtual int32_t __stdcall get_ExtendedError(winrt::hresult*) noexcept = 0;
|
||||
@@ -418,7 +473,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentOptions>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_EnvironmentOwnerId(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall put_EnvironmentOwnerId(void*) noexcept = 0;
|
||||
@@ -441,15 +496,27 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentOptions2>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_WindowAnnotationOverride(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall put_WindowAnnotationOverride(void*) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentOptions3>
|
||||
{
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_AllowedClipboardFormatsToEnvironment(uint32_t*) noexcept = 0;
|
||||
virtual int32_t __stdcall put_AllowedClipboardFormatsToEnvironment(uint32_t) noexcept = 0;
|
||||
virtual int32_t __stdcall get_AllowedClipboardFormatsToHost(uint32_t*) noexcept = 0;
|
||||
virtual int32_t __stdcall put_AllowedClipboardFormatsToHost(uint32_t) noexcept = 0;
|
||||
virtual int32_t __stdcall get_CreationPriority(int32_t*) noexcept = 0;
|
||||
virtual int32_t __stdcall put_CreationPriority(int32_t) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentOwnerRegistrationData>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_ShareableFolders(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall get_ProcessesRunnableAsSystem(void**) noexcept = 0;
|
||||
@@ -459,7 +526,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentOwnerRegistrationResult>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Status(int32_t*) noexcept = 0;
|
||||
virtual int32_t __stdcall get_ExtendedError(winrt::hresult*) noexcept = 0;
|
||||
@@ -467,7 +534,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentOwnerRegistrationStatics>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall Register(void*, void*, void**) noexcept = 0;
|
||||
virtual int32_t __stdcall Unregister(void*) noexcept = 0;
|
||||
@@ -475,7 +542,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentPostMessageResult>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Status(int32_t*) noexcept = 0;
|
||||
virtual int32_t __stdcall get_ExtendedError(winrt::hresult*) noexcept = 0;
|
||||
@@ -483,7 +550,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentProcess>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_State(int32_t*) noexcept = 0;
|
||||
virtual int32_t __stdcall get_ExitCode(uint32_t*) noexcept = 0;
|
||||
@@ -494,7 +561,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentShareFileRequestOptions>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_AllowWrite(bool*) noexcept = 0;
|
||||
virtual int32_t __stdcall put_AllowWrite(bool) noexcept = 0;
|
||||
@@ -502,7 +569,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentShareFileResult>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Status(int32_t*) noexcept = 0;
|
||||
virtual int32_t __stdcall get_ExtendedError(winrt::hresult*) noexcept = 0;
|
||||
@@ -511,7 +578,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentShareFolderRequestOptions>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_AllowWrite(bool*) noexcept = 0;
|
||||
virtual int32_t __stdcall put_AllowWrite(bool) noexcept = 0;
|
||||
@@ -519,7 +586,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentShareFolderResult>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Status(int32_t*) noexcept = 0;
|
||||
virtual int32_t __stdcall get_ExtendedError(winrt::hresult*) noexcept = 0;
|
||||
@@ -527,7 +594,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentStartProcessResult>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Status(int32_t*) noexcept = 0;
|
||||
virtual int32_t __stdcall get_ExtendedError(winrt::hresult*) noexcept = 0;
|
||||
@@ -536,7 +603,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentTelemetryParameters>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_CorrelationId(winrt::guid*) noexcept = 0;
|
||||
virtual int32_t __stdcall put_CorrelationId(winrt::guid) noexcept = 0;
|
||||
@@ -544,16 +611,23 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentUserInfo>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_EnvironmentUserSid(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall get_EnvironmentUserName(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall TryWaitForSignInAsync(void**) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentUserInfo2>
|
||||
{
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall TryWaitForSignInWithProgressAsync(void**) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::IIsolatedWindowsHostMessengerStatics>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall PostMessageToReceiver(winrt::guid, void*) noexcept = 0;
|
||||
virtual int32_t __stdcall GetFileId(void*, winrt::guid*) noexcept = 0;
|
||||
@@ -561,7 +635,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::IIsolatedWindowsHostMessengerStatics2>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall RegisterHostMessageReceiver(winrt::guid, void*) noexcept = 0;
|
||||
virtual int32_t __stdcall UnregisterHostMessageReceiver(winrt::guid) noexcept = 0;
|
||||
@@ -569,14 +643,14 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::HostMessageReceivedCallback>
|
||||
{
|
||||
struct __declspec(novtable) type : unknown_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : unknown_abi
|
||||
{
|
||||
virtual int32_t __stdcall Invoke(winrt::guid, void*) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Security::Isolation::MessageReceivedCallback>
|
||||
{
|
||||
struct __declspec(novtable) type : unknown_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : unknown_abi
|
||||
{
|
||||
virtual int32_t __stdcall Invoke(winrt::guid, void*) noexcept = 0;
|
||||
};
|
||||
@@ -622,6 +696,15 @@ namespace winrt::impl
|
||||
template <typename D> using type = consume_Windows_Security_Isolation_IIsolatedWindowsEnvironment3<D>;
|
||||
};
|
||||
template <typename D>
|
||||
struct consume_Windows_Security_Isolation_IIsolatedWindowsEnvironment4
|
||||
{
|
||||
auto ChangePriority(winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentCreationPriority const& Priority) const;
|
||||
};
|
||||
template <> struct consume<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironment4>
|
||||
{
|
||||
template <typename D> using type = consume_Windows_Security_Isolation_IIsolatedWindowsEnvironment4<D>;
|
||||
};
|
||||
template <typename D>
|
||||
struct consume_Windows_Security_Isolation_IIsolatedWindowsEnvironmentCreateResult
|
||||
{
|
||||
[[nodiscard]] auto Status() const;
|
||||
@@ -633,6 +716,15 @@ namespace winrt::impl
|
||||
template <typename D> using type = consume_Windows_Security_Isolation_IIsolatedWindowsEnvironmentCreateResult<D>;
|
||||
};
|
||||
template <typename D>
|
||||
struct consume_Windows_Security_Isolation_IIsolatedWindowsEnvironmentCreateResult2
|
||||
{
|
||||
auto ChangeCreationPriority(winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentCreationPriority const& priority) const;
|
||||
};
|
||||
template <> struct consume<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentCreateResult2>
|
||||
{
|
||||
template <typename D> using type = consume_Windows_Security_Isolation_IIsolatedWindowsEnvironmentCreateResult2<D>;
|
||||
};
|
||||
template <typename D>
|
||||
struct consume_Windows_Security_Isolation_IIsolatedWindowsEnvironmentFactory
|
||||
{
|
||||
auto CreateAsync(winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentOptions const& options) const;
|
||||
@@ -722,6 +814,20 @@ namespace winrt::impl
|
||||
template <typename D> using type = consume_Windows_Security_Isolation_IIsolatedWindowsEnvironmentOptions2<D>;
|
||||
};
|
||||
template <typename D>
|
||||
struct consume_Windows_Security_Isolation_IIsolatedWindowsEnvironmentOptions3
|
||||
{
|
||||
[[nodiscard]] auto AllowedClipboardFormatsToEnvironment() const;
|
||||
auto AllowedClipboardFormatsToEnvironment(winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentAllowedClipboardFormats const& value) const;
|
||||
[[nodiscard]] auto AllowedClipboardFormatsToHost() const;
|
||||
auto AllowedClipboardFormatsToHost(winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentAllowedClipboardFormats const& value) const;
|
||||
[[nodiscard]] auto CreationPriority() const;
|
||||
auto CreationPriority(winrt::Windows::Security::Isolation::IsolatedWindowsEnvironmentCreationPriority const& value) const;
|
||||
};
|
||||
template <> struct consume<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentOptions3>
|
||||
{
|
||||
template <typename D> using type = consume_Windows_Security_Isolation_IIsolatedWindowsEnvironmentOptions3<D>;
|
||||
};
|
||||
template <typename D>
|
||||
struct consume_Windows_Security_Isolation_IIsolatedWindowsEnvironmentOwnerRegistrationData
|
||||
{
|
||||
[[nodiscard]] auto ShareableFolders() const;
|
||||
@@ -850,6 +956,15 @@ namespace winrt::impl
|
||||
template <typename D> using type = consume_Windows_Security_Isolation_IIsolatedWindowsEnvironmentUserInfo<D>;
|
||||
};
|
||||
template <typename D>
|
||||
struct consume_Windows_Security_Isolation_IIsolatedWindowsEnvironmentUserInfo2
|
||||
{
|
||||
auto TryWaitForSignInWithProgressAsync() const;
|
||||
};
|
||||
template <> struct consume<winrt::Windows::Security::Isolation::IIsolatedWindowsEnvironmentUserInfo2>
|
||||
{
|
||||
template <typename D> using type = consume_Windows_Security_Isolation_IIsolatedWindowsEnvironmentUserInfo2<D>;
|
||||
};
|
||||
template <typename D>
|
||||
struct consume_Windows_Security_Isolation_IIsolatedWindowsHostMessengerStatics
|
||||
{
|
||||
auto PostMessageToReceiver(winrt::guid const& receiverId, param::vector_view<winrt::Windows::Foundation::IInspectable> const& message) const;
|
||||
|
||||
Reference in New Issue
Block a user