// C++/WinRT v2.0.250303.1 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #ifndef WINRT_Windows_Storage_Provider_0_H #define WINRT_Windows_Storage_Provider_0_H WINRT_EXPORT namespace winrt::Windows::Foundation { struct EventRegistrationToken; struct IAsyncAction; template struct WINRT_IMPL_EMPTY_BASES IReference; template struct WINRT_IMPL_EMPTY_BASES TypedEventHandler; struct Uri; } WINRT_EXPORT namespace winrt::Windows::Foundation::Collections { template struct WINRT_IMPL_EMPTY_BASES IIterable; template struct WINRT_IMPL_EMPTY_BASES IVectorView; template struct WINRT_IMPL_EMPTY_BASES IVector; struct PropertySet; } WINRT_EXPORT namespace winrt::Windows::Storage { struct IStorageFile; struct IStorageFolder; struct IStorageItem; struct StorageFile; struct StorageFolder; } WINRT_EXPORT namespace winrt::Windows::Storage::Streams { struct IBuffer; } WINRT_EXPORT namespace winrt::Windows::UI { struct Color; } WINRT_EXPORT namespace winrt::Windows::Storage::Provider { enum class CachedFileOptions : uint32_t { None = 0, RequireUpdateOnAccess = 0x1, UseCachedFileWhenOffline = 0x2, DenyAccessWhenOffline = 0x4, }; enum class CachedFileTarget : int32_t { Local = 0, Remote = 1, }; enum class FileUpdateStatus : int32_t { Incomplete = 0, Complete = 1, UserInputNeeded = 2, CurrentlyUnavailable = 3, Failed = 4, CompleteAndRenamed = 5, }; enum class ReadActivationMode : int32_t { NotNeeded = 0, BeforeAccess = 1, }; enum class StorageProviderHardlinkPolicy : uint32_t { None = 0, Allowed = 0x1, }; enum class StorageProviderHydrationPolicy : int32_t { Partial = 0, Progressive = 1, Full = 2, AlwaysFull = 3, }; enum class StorageProviderHydrationPolicyModifier : uint32_t { None = 0, ValidationRequired = 0x1, StreamingAllowed = 0x2, AutoDehydrationAllowed = 0x4, AllowFullRestartHydration = 0x8, }; enum class StorageProviderInSyncPolicy : uint32_t { Default = 0, FileCreationTime = 0x1, FileReadOnlyAttribute = 0x2, FileHiddenAttribute = 0x4, FileSystemAttribute = 0x8, DirectoryCreationTime = 0x10, DirectoryReadOnlyAttribute = 0x20, DirectoryHiddenAttribute = 0x40, DirectorySystemAttribute = 0x80, FileLastWriteTime = 0x100, DirectoryLastWriteTime = 0x200, PreserveInsyncForSyncEngine = 0x80000000, }; enum class StorageProviderKnownFolderSyncStatus : int32_t { Available = 0, Enrolling = 1, Enrolled = 2, }; enum class StorageProviderPopulationPolicy : int32_t { Full = 1, AlwaysFull = 2, }; enum class StorageProviderProtectionMode : int32_t { Unknown = 0, Personal = 1, }; enum class StorageProviderResultKind : int32_t { Search = 0, Recommended = 1, Favorites = 2, Recent = 3, Shared = 4, RelatedFiles = 5, RelatedConversations = 6, }; enum class StorageProviderResultUsageKind : int32_t { Rendered = 0, Opened = 1, SuggestionResponseReceived = 2, }; enum class StorageProviderSearchMatchKind : int32_t { Lexical = 0, Semantic = 1, }; enum class StorageProviderSearchQueryStatus : int32_t { Success = 0, Error = 1, Timeout = 2, NoNetwork = 3, NetworkError = 4, NotSignedIn = 5, QueryNotSupported = 6, SortOrderNotSupported = 7, }; enum class StorageProviderShareLinkState : int32_t { Enabled = 0, Disabled = 1, }; enum class StorageProviderState : int32_t { InSync = 0, Syncing = 1, Paused = 2, Error = 3, Warning = 4, Offline = 5, }; enum class StorageProviderUICommandState : int32_t { Enabled = 0, Disabled = 1, Hidden = 2, }; enum class StorageProviderUriSourceStatus : int32_t { Success = 0, NoSyncRoot = 1, FileNotFound = 2, }; enum class UIStatus : int32_t { Unavailable = 0, Hidden = 1, Visible = 2, Complete = 3, }; enum class WriteActivationMode : int32_t { ReadOnly = 0, NotNeeded = 1, AfterWrite = 2, }; struct ICachedFileUpdaterStatics; struct ICachedFileUpdaterUI; struct ICachedFileUpdaterUI2; struct IFileUpdateRequest; struct IFileUpdateRequest2; struct IFileUpdateRequestDeferral; struct IFileUpdateRequestedEventArgs; struct IStorageProviderFileTypeInfo; struct IStorageProviderFileTypeInfoFactory; struct IStorageProviderGetContentInfoForPathResult; struct IStorageProviderGetPathForContentUriResult; struct IStorageProviderItemPropertiesStatics; struct IStorageProviderItemProperty; struct IStorageProviderItemPropertyDefinition; struct IStorageProviderItemPropertySource; struct IStorageProviderKnownFolderEntry; struct IStorageProviderKnownFolderSyncInfo; struct IStorageProviderKnownFolderSyncInfoSource; struct IStorageProviderKnownFolderSyncInfoSourceFactory; struct IStorageProviderKnownFolderSyncRequestArgs; struct IStorageProviderMoreInfoUI; struct IStorageProviderPropertyCapabilities; struct IStorageProviderQueryResult; struct IStorageProviderQueryResultSet; struct IStorageProviderQueryResultSetFactory; struct IStorageProviderQuotaUI; struct IStorageProviderSearchHandler; struct IStorageProviderSearchHandlerFactory; struct IStorageProviderSearchQueryOptions; struct IStorageProviderSearchResult; struct IStorageProviderShareLinkSource; struct IStorageProviderStatusUI; struct IStorageProviderStatusUISource; struct IStorageProviderStatusUISourceFactory; struct IStorageProviderSuggestionsHandler; struct IStorageProviderSuggestionsHandlerFactory; struct IStorageProviderSuggestionsQueryOptions; struct IStorageProviderSyncRootInfo; struct IStorageProviderSyncRootInfo2; struct IStorageProviderSyncRootInfo3; struct IStorageProviderSyncRootManagerStatics; struct IStorageProviderSyncRootManagerStatics2; struct IStorageProviderUICommand; struct IStorageProviderUriSource; struct CachedFileUpdater; struct CachedFileUpdaterUI; struct FileUpdateRequest; struct FileUpdateRequestDeferral; struct FileUpdateRequestedEventArgs; struct StorageProviderFileTypeInfo; struct StorageProviderGetContentInfoForPathResult; struct StorageProviderGetPathForContentUriResult; struct StorageProviderItemProperties; struct StorageProviderItemProperty; struct StorageProviderItemPropertyDefinition; struct StorageProviderKnownFolderEntry; struct StorageProviderKnownFolderSyncInfo; struct StorageProviderKnownFolderSyncRequestArgs; struct StorageProviderMoreInfoUI; struct StorageProviderQueryResultSet; struct StorageProviderQuotaUI; struct StorageProviderSearchQueryOptions; struct StorageProviderSearchResult; struct StorageProviderStatusUI; struct StorageProviderSuggestionResult; struct StorageProviderSuggestionsQueryOptions; struct StorageProviderSyncRootInfo; struct StorageProviderSyncRootManager; struct StorageProviderKnownFolderSyncRequestedHandler; struct CloudFilesContract; } namespace winrt::impl { template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = enum_category; }; template <> struct category{ using type = delegate_category; }; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.CachedFileUpdater"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.CachedFileUpdaterUI"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.FileUpdateRequest"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.FileUpdateRequestDeferral"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.FileUpdateRequestedEventArgs"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderFileTypeInfo"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderGetContentInfoForPathResult"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderGetPathForContentUriResult"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderItemProperties"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderItemProperty"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderItemPropertyDefinition"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderKnownFolderEntry"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderKnownFolderSyncInfo"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderKnownFolderSyncRequestArgs"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderMoreInfoUI"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderQueryResultSet"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderQuotaUI"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderSearchQueryOptions"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderSearchResult"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderStatusUI"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderSuggestionResult"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderSuggestionsQueryOptions"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderSyncRootInfo"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderSyncRootManager"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.CachedFileOptions"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.CachedFileTarget"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.FileUpdateStatus"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.ReadActivationMode"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderHardlinkPolicy"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderHydrationPolicy"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderHydrationPolicyModifier"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderInSyncPolicy"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderKnownFolderSyncStatus"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderPopulationPolicy"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderProtectionMode"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderResultKind"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderResultUsageKind"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderSearchMatchKind"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderSearchQueryStatus"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderShareLinkState"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderState"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderUICommandState"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderUriSourceStatus"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.UIStatus"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.WriteActivationMode"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.ICachedFileUpdaterStatics"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.ICachedFileUpdaterUI"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.ICachedFileUpdaterUI2"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IFileUpdateRequest"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IFileUpdateRequest2"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IFileUpdateRequestDeferral"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IFileUpdateRequestedEventArgs"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderFileTypeInfo"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderFileTypeInfoFactory"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderGetContentInfoForPathResult"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderGetPathForContentUriResult"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderItemPropertiesStatics"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderItemProperty"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderItemPropertyDefinition"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderItemPropertySource"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderKnownFolderEntry"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderKnownFolderSyncInfo"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderKnownFolderSyncInfoSource"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderKnownFolderSyncInfoSourceFactory"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderKnownFolderSyncRequestArgs"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderMoreInfoUI"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderPropertyCapabilities"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderQueryResult"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderQueryResultSet"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderQueryResultSetFactory"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderQuotaUI"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderSearchHandler"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderSearchHandlerFactory"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderSearchQueryOptions"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderSearchResult"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderShareLinkSource"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderStatusUI"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderStatusUISource"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderStatusUISourceFactory"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderSuggestionsHandler"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderSuggestionsHandlerFactory"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderSuggestionsQueryOptions"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderSyncRootInfo"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderSyncRootInfo2"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderSyncRootInfo3"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderSyncRootManagerStatics"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderSyncRootManagerStatics2"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderUICommand"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.IStorageProviderUriSource"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.StorageProviderKnownFolderSyncRequestedHandler"; template <> inline constexpr auto& name_v = L"Windows.Storage.Provider.CloudFilesContract"; template <> inline constexpr guid guid_v{ 0x9FC90920,0x7BCF,0x4888,{ 0xA8,0x1E,0x10,0x2D,0x70,0x34,0xD7,0xCE } }; // 9FC90920-7BCF-4888-A81E-102D7034D7CE template <> inline constexpr guid guid_v{ 0x9E6F41E6,0xBAF2,0x4A97,{ 0xB6,0x00,0x93,0x33,0xF5,0xDF,0x80,0xFD } }; // 9E6F41E6-BAF2-4A97-B600-9333F5DF80FD template <> inline constexpr guid guid_v{ 0x8856A21C,0x8699,0x4340,{ 0x9F,0x49,0xF7,0xCA,0xD7,0xFE,0x89,0x91 } }; // 8856A21C-8699-4340-9F49-F7CAD7FE8991 template <> inline constexpr guid guid_v{ 0x40C82536,0xC1FE,0x4D93,{ 0xA7,0x92,0x1E,0x73,0x6B,0xC7,0x08,0x37 } }; // 40C82536-C1FE-4D93-A792-1E736BC70837 template <> inline constexpr guid guid_v{ 0x82484648,0xBDBE,0x447B,{ 0xA2,0xEE,0x7A,0xFE,0x6A,0x03,0x2A,0x94 } }; // 82484648-BDBE-447B-A2EE-7AFE6A032A94 template <> inline constexpr guid guid_v{ 0xFFCEDB2B,0x8ADE,0x44A5,{ 0xBB,0x00,0x16,0x4C,0x4E,0x72,0xF1,0x3A } }; // FFCEDB2B-8ADE-44A5-BB00-164C4E72F13A template <> inline constexpr guid guid_v{ 0x7B0A9342,0x3905,0x438D,{ 0xAA,0xEF,0x78,0xAE,0x26,0x5F,0x8D,0xD2 } }; // 7B0A9342-3905-438D-AAEF-78AE265F8DD2 template <> inline constexpr guid guid_v{ 0x1955B9C1,0x0184,0x5A88,{ 0x87,0xDF,0x45,0x44,0xF4,0x64,0x36,0x5D } }; // 1955B9C1-0184-5A88-87DF-4544F464365D template <> inline constexpr guid guid_v{ 0x3FA12C6F,0xCCE6,0x5D5D,{ 0x80,0xB1,0x38,0x9E,0x7C,0xF9,0x2D,0xBF } }; // 3FA12C6F-CCE6-5D5D-80B1-389E7CF92DBF template <> inline constexpr guid guid_v{ 0x2564711D,0xAA89,0x4D12,{ 0x82,0xE3,0xF7,0x2A,0x92,0xE3,0x39,0x66 } }; // 2564711D-AA89-4D12-82E3-F72A92E33966 template <> inline constexpr guid guid_v{ 0x63711A9D,0x4118,0x45A6,{ 0xAC,0xB6,0x22,0xC4,0x9D,0x01,0x9F,0x40 } }; // 63711A9D-4118-45A6-ACB6-22C49D019F40 template <> inline constexpr guid guid_v{ 0x2D2C1C97,0x2704,0x4729,{ 0x8F,0xA9,0x7E,0x6B,0x8E,0x15,0x8C,0x2F } }; // 2D2C1C97-2704-4729-8FA9-7E6B8E158C2F template <> inline constexpr guid guid_v{ 0x476CB558,0x730B,0x4188,{ 0xB7,0xB5,0x63,0xB7,0x16,0xED,0x47,0x6D } }; // 476CB558-730B-4188-B7B5-63B716ED476D template <> inline constexpr guid guid_v{ 0xC5B383BB,0xFF1F,0x4298,{ 0x83,0x1E,0xFF,0x1C,0x08,0x08,0x96,0x90 } }; // C5B383BB-FF1F-4298-831E-FF1C08089690 template <> inline constexpr guid guid_v{ 0x8F6F9C3E,0xF632,0x4A9B,{ 0x8D,0x99,0xD2,0xD7,0xA1,0x1D,0xF5,0x6A } }; // 8F6F9C3E-F632-4A9B-8D99-D2D7A11DF56A template <> inline constexpr guid guid_v{ 0xEFFA7DB0,0x1D44,0x596B,{ 0x84,0x64,0x92,0x88,0x00,0xC5,0xE2,0xD8 } }; // EFFA7DB0-1D44-596B-8464-928800C5E2D8 template <> inline constexpr guid guid_v{ 0x98B017CE,0xFFC1,0x5B11,{ 0xAE,0x77,0xCC,0x17,0xAF,0xEC,0x10,0x49 } }; // 98B017CE-FFC1-5B11-AE77-CC17AFEC1049 template <> inline constexpr guid guid_v{ 0x51359342,0xF7C0,0x53D0,{ 0xBB,0xB6,0x1C,0xDC,0x09,0x8E,0xBD,0xA9 } }; // 51359342-F7C0-53D0-BBB6-1CDC098EBDA9 template <> inline constexpr guid guid_v{ 0xAAEE03A7,0xA7F6,0x50BE,{ 0xA9,0xB0,0x8E,0x82,0xD0,0xC8,0x10,0x82 } }; // AAEE03A7-A7F6-50BE-A9B0-8E82D0C81082 template <> inline constexpr guid guid_v{ 0xEDA6D569,0xB4E8,0x542F,{ 0xAB,0x8D,0xF3,0x61,0x3F,0x25,0x0A,0x4A } }; // EDA6D569-B4E8-542F-AB8D-F3613F250A4A template <> inline constexpr guid guid_v{ 0xEF38E591,0xA7CB,0x5E7D,{ 0x9B,0x5E,0x22,0x74,0x98,0x42,0x69,0x7C } }; // EF38E591-A7CB-5E7D-9B5E-22749842697C template <> inline constexpr guid guid_v{ 0x658D2F0E,0x63B7,0x4567,{ 0xAC,0xF9,0x51,0xAB,0xE3,0x01,0xDD,0xA5 } }; // 658D2F0E-63B7-4567-ACF9-51ABE301DDA5 template <> inline constexpr guid guid_v{ 0xF1CD00AE,0xB4A9,0x5D20,{ 0xA5,0x98,0x3E,0xB4,0xDD,0x8F,0xF8,0xF4 } }; // F1CD00AE-B4A9-5D20-A598-3EB4DD8FF8F4 template <> inline constexpr guid guid_v{ 0x57C28407,0x7D21,0x5F98,{ 0xAC,0x52,0x09,0x26,0xA9,0x7F,0x32,0x59 } }; // 57C28407-7D21-5F98-AC52-0926A97F3259 template <> inline constexpr guid guid_v{ 0x301974C2,0x9B0A,0x51D1,{ 0x84,0xB5,0x32,0x57,0x8E,0xE3,0x08,0x3D } }; // 301974C2-9B0A-51D1-84B5-32578EE3083D template <> inline constexpr guid guid_v{ 0xBA6295C3,0x312E,0x544F,{ 0x9F,0xD5,0x1F,0x81,0xB2,0x1F,0x36,0x49 } }; // BA6295C3-312E-544F-9FD5-1F81B21F3649 template <> inline constexpr guid guid_v{ 0x69CC977D,0xADAD,0x59C9,{ 0x8F,0xD1,0xF3,0x0B,0x6F,0xAE,0x0F,0xD9 } }; // 69CC977D-ADAD-59C9-8FD1-F30B6FAE0FD9 template <> inline constexpr guid guid_v{ 0xB0DCAD80,0xF3F5,0x516B,{ 0x8A,0xCE,0x4E,0x77,0x02,0x2C,0x95,0x98 } }; // B0DCAD80-F3F5-516B-8ACE-4E77022C9598 template <> inline constexpr guid guid_v{ 0x93D854EB,0x1007,0x563C,{ 0xB2,0x13,0xCC,0x44,0xBD,0x88,0xFE,0xF2 } }; // 93D854EB-1007-563C-B213-CC44BD88FEF2 template <> inline constexpr guid guid_v{ 0xFC161049,0x0995,0x535F,{ 0x99,0xB7,0xFE,0x29,0x2C,0xBA,0xBA,0xF5 } }; // FC161049-0995-535F-99B7-FE292CBABAF5 template <> inline constexpr guid guid_v{ 0x4C6055E2,0x029C,0x5539,{ 0x8E,0x51,0xA1,0xAF,0xC8,0x38,0xB5,0xCB } }; // 4C6055E2-029C-5539-8E51-A1AFC838B5CB template <> inline constexpr guid guid_v{ 0xD6B6A758,0x198D,0x5B80,{ 0x97,0x7F,0x5F,0xF7,0x3D,0xA3,0x31,0x18 } }; // D6B6A758-198D-5B80-977F-5FF73DA33118 template <> inline constexpr guid guid_v{ 0xA306C249,0x3D66,0x5E70,{ 0x90,0x07,0xE4,0x3D,0xF9,0x60,0x51,0xFF } }; // A306C249-3D66-5E70-9007-E43DF96051FF template <> inline constexpr guid guid_v{ 0x12E46B74,0x4E5A,0x58D1,{ 0xA6,0x2F,0x03,0x76,0xE8,0xEE,0x7D,0xD8 } }; // 12E46B74-4E5A-58D1-A62F-0376E8EE7DD8 template <> inline constexpr guid guid_v{ 0xAFF493F6,0xE1FD,0x5D03,{ 0xB4,0x80,0xF1,0x84,0x9C,0x83,0xEF,0x4A } }; // AFF493F6-E1FD-5D03-B480-F1849C83EF4A template <> inline constexpr guid guid_v{ 0xDC7B35D8,0xA25B,0x58A3,{ 0xAC,0xE7,0xB3,0x54,0x31,0x06,0xA2,0xAA } }; // DC7B35D8-A25B-58A3-ACE7-B3543106A2AA template <> inline constexpr guid guid_v{ 0xEFB8B74D,0x0D84,0x579C,{ 0xB1,0x37,0xEA,0x73,0x06,0x35,0xD9,0xBB } }; // EFB8B74D-0D84-579C-B137-EA730635D9BB template <> inline constexpr guid guid_v{ 0x7C1305C4,0x99F9,0x41AC,{ 0x89,0x04,0xAB,0x05,0x5D,0x65,0x49,0x26 } }; // 7C1305C4-99F9-41AC-8904-AB055D654926 template <> inline constexpr guid guid_v{ 0xCF51B023,0x7CF1,0x5166,{ 0xBD,0xBA,0xEF,0xD9,0x5F,0x52,0x9E,0x31 } }; // CF51B023-7CF1-5166-BDBA-EFD95F529E31 template <> inline constexpr guid guid_v{ 0x507A6617,0xBEF6,0x56FD,{ 0x85,0x5E,0x75,0xAC,0xE2,0xE4,0x5C,0xF5 } }; // 507A6617-BEF6-56FD-855E-75ACE2E45CF5 template <> inline constexpr guid guid_v{ 0x3E99FBBF,0x8FE3,0x4B40,{ 0xAB,0xC7,0xF6,0xFC,0x3D,0x74,0xC9,0x8E } }; // 3E99FBBF-8FE3-4B40-ABC7-F6FC3D74C98E template <> inline constexpr guid guid_v{ 0xEFB6CFEE,0x1374,0x544E,{ 0x9D,0xF1,0x55,0x98,0xD2,0xE9,0xCF,0xDD } }; // EFB6CFEE-1374-544E-9DF1-5598D2E9CFDD template <> inline constexpr guid guid_v{ 0x0C3E0760,0xD846,0x568F,{ 0x94,0x84,0x10,0x5C,0xC5,0x7B,0x50,0x2B } }; // 0C3E0760-D846-568F-9484-105CC57B502B template <> inline constexpr guid guid_v{ 0xB29806D1,0x8BE0,0x4962,{ 0x8B,0xB6,0x0D,0x4C,0x2E,0x14,0xD4,0x7A } }; // B29806D1-8BE0-4962-8BB6-0D4C2E14D47A template <> inline constexpr guid guid_v{ 0xC4CBB4F5,0x13DD,0x5C8E,{ 0x8B,0x96,0x33,0x6F,0xC3,0x0C,0x62,0x9B } }; // C4CBB4F5-13DD-5C8E-8B96-336FC30C629B template <> struct default_interface{ using type = winrt::Windows::Storage::Provider::ICachedFileUpdaterUI; }; template <> struct default_interface{ using type = winrt::Windows::Storage::Provider::IFileUpdateRequest; }; template <> struct default_interface{ using type = winrt::Windows::Storage::Provider::IFileUpdateRequestDeferral; }; template <> struct default_interface{ using type = winrt::Windows::Storage::Provider::IFileUpdateRequestedEventArgs; }; template <> struct default_interface{ using type = winrt::Windows::Storage::Provider::IStorageProviderFileTypeInfo; }; template <> struct default_interface{ using type = winrt::Windows::Storage::Provider::IStorageProviderGetContentInfoForPathResult; }; template <> struct default_interface{ using type = winrt::Windows::Storage::Provider::IStorageProviderGetPathForContentUriResult; }; template <> struct default_interface{ using type = winrt::Windows::Storage::Provider::IStorageProviderItemProperty; }; template <> struct default_interface{ using type = winrt::Windows::Storage::Provider::IStorageProviderItemPropertyDefinition; }; template <> struct default_interface{ using type = winrt::Windows::Storage::Provider::IStorageProviderKnownFolderEntry; }; template <> struct default_interface{ using type = winrt::Windows::Storage::Provider::IStorageProviderKnownFolderSyncInfo; }; template <> struct default_interface{ using type = winrt::Windows::Storage::Provider::IStorageProviderKnownFolderSyncRequestArgs; }; template <> struct default_interface{ using type = winrt::Windows::Storage::Provider::IStorageProviderMoreInfoUI; }; template <> struct default_interface{ using type = winrt::Windows::Storage::Provider::IStorageProviderQueryResultSet; }; template <> struct default_interface{ using type = winrt::Windows::Storage::Provider::IStorageProviderQuotaUI; }; template <> struct default_interface{ using type = winrt::Windows::Storage::Provider::IStorageProviderSearchQueryOptions; }; template <> struct default_interface{ using type = winrt::Windows::Storage::Provider::IStorageProviderSearchResult; }; template <> struct default_interface{ using type = winrt::Windows::Storage::Provider::IStorageProviderStatusUI; }; template <> struct default_interface{ using type = winrt::Windows::Storage::Provider::IStorageProviderQueryResult; }; template <> struct default_interface{ using type = winrt::Windows::Storage::Provider::IStorageProviderSuggestionsQueryOptions; }; template <> struct default_interface{ using type = winrt::Windows::Storage::Provider::IStorageProviderSyncRootInfo; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall SetUpdateInformation(void*, void*, int32_t, int32_t, uint32_t) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_Title(void**) noexcept = 0; virtual int32_t __stdcall put_Title(void*) noexcept = 0; virtual int32_t __stdcall get_UpdateTarget(int32_t*) noexcept = 0; virtual int32_t __stdcall add_FileUpdateRequested(void*, winrt::event_token*) noexcept = 0; virtual int32_t __stdcall remove_FileUpdateRequested(winrt::event_token) noexcept = 0; virtual int32_t __stdcall add_UIRequested(void*, winrt::event_token*) noexcept = 0; virtual int32_t __stdcall remove_UIRequested(winrt::event_token) noexcept = 0; virtual int32_t __stdcall get_UIStatus(int32_t*) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_UpdateRequest(void**) noexcept = 0; virtual int32_t __stdcall GetDeferral(void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_ContentId(void**) noexcept = 0; virtual int32_t __stdcall get_File(void**) noexcept = 0; virtual int32_t __stdcall get_Status(int32_t*) noexcept = 0; virtual int32_t __stdcall put_Status(int32_t) noexcept = 0; virtual int32_t __stdcall GetDeferral(void**) noexcept = 0; virtual int32_t __stdcall UpdateLocalFile(void*) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_UserInputNeededMessage(void**) noexcept = 0; virtual int32_t __stdcall put_UserInputNeededMessage(void*) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall Complete() noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_Request(void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_FileExtension(void**) noexcept = 0; virtual int32_t __stdcall get_IconResource(void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall CreateInstance(void*, void*, void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_Status(int32_t*) noexcept = 0; virtual int32_t __stdcall put_Status(int32_t) noexcept = 0; virtual int32_t __stdcall get_ContentUri(void**) noexcept = 0; virtual int32_t __stdcall put_ContentUri(void*) noexcept = 0; virtual int32_t __stdcall get_ContentId(void**) noexcept = 0; virtual int32_t __stdcall put_ContentId(void*) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_Status(int32_t*) noexcept = 0; virtual int32_t __stdcall put_Status(int32_t) noexcept = 0; virtual int32_t __stdcall get_Path(void**) noexcept = 0; virtual int32_t __stdcall put_Path(void*) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall SetAsync(void*, void*, void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall put_Id(int32_t) noexcept = 0; virtual int32_t __stdcall get_Id(int32_t*) noexcept = 0; virtual int32_t __stdcall put_Value(void*) noexcept = 0; virtual int32_t __stdcall get_Value(void**) noexcept = 0; virtual int32_t __stdcall put_IconResource(void*) noexcept = 0; virtual int32_t __stdcall get_IconResource(void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_Id(int32_t*) noexcept = 0; virtual int32_t __stdcall put_Id(int32_t) noexcept = 0; virtual int32_t __stdcall get_DisplayNameResource(void**) noexcept = 0; virtual int32_t __stdcall put_DisplayNameResource(void*) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall GetItemProperties(void*, void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_KnownFolderId(winrt::guid*) noexcept = 0; virtual int32_t __stdcall put_KnownFolderId(winrt::guid) noexcept = 0; virtual int32_t __stdcall get_Status(int32_t*) noexcept = 0; virtual int32_t __stdcall put_Status(int32_t) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_ProviderDisplayName(void**) noexcept = 0; virtual int32_t __stdcall put_ProviderDisplayName(void*) noexcept = 0; virtual int32_t __stdcall get_KnownFolderEntries(void**) noexcept = 0; virtual int32_t __stdcall get_SyncRequested(void**) noexcept = 0; virtual int32_t __stdcall put_SyncRequested(void*) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall GetKnownFolderSyncInfo(void**) noexcept = 0; virtual int32_t __stdcall add_KnownFolderSyncInfoChanged(void*, winrt::event_token*) noexcept = 0; virtual int32_t __stdcall remove_KnownFolderSyncInfoChanged(winrt::event_token) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall GetKnownFolderSyncInfoSource(void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_KnownFolders(void**) noexcept = 0; virtual int32_t __stdcall get_Source(void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_Message(void**) noexcept = 0; virtual int32_t __stdcall put_Message(void*) noexcept = 0; virtual int32_t __stdcall get_Command(void**) noexcept = 0; virtual int32_t __stdcall put_Command(void*) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall IsPropertySupported(void*, bool*) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_Kind(int32_t*) noexcept = 0; virtual int32_t __stdcall put_Kind(int32_t) noexcept = 0; virtual int32_t __stdcall get_ResultId(void**) noexcept = 0; virtual int32_t __stdcall put_ResultId(void*) noexcept = 0; virtual int32_t __stdcall get_RemoteFileId(void**) noexcept = 0; virtual int32_t __stdcall put_RemoteFileId(void*) noexcept = 0; virtual int32_t __stdcall get_FilePath(void**) noexcept = 0; virtual int32_t __stdcall put_FilePath(void*) noexcept = 0; virtual int32_t __stdcall get_RequestedProperties(void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall GetResults(uint32_t* __resultSize, void***) noexcept = 0; virtual int32_t __stdcall get_QueryResultId(void**) noexcept = 0; virtual int32_t __stdcall put_QueryResultId(void*) noexcept = 0; virtual int32_t __stdcall get_Status(int32_t*) noexcept = 0; virtual int32_t __stdcall put_Status(int32_t) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall CreateInstance(uint32_t, void**, void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_QuotaTotalInBytes(uint64_t*) noexcept = 0; virtual int32_t __stdcall put_QuotaTotalInBytes(uint64_t) noexcept = 0; virtual int32_t __stdcall get_QuotaUsedInBytes(uint64_t*) noexcept = 0; virtual int32_t __stdcall put_QuotaUsedInBytes(uint64_t) noexcept = 0; virtual int32_t __stdcall get_QuotaUsedLabel(void**) noexcept = 0; virtual int32_t __stdcall put_QuotaUsedLabel(void*) noexcept = 0; virtual int32_t __stdcall get_QuotaUsedColor(void**) noexcept = 0; virtual int32_t __stdcall put_QuotaUsedColor(void*) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall Find(void*, void**) noexcept = 0; virtual int32_t __stdcall ReportUsage(int32_t, void*, void*, int64_t) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall CreateSearchHandler(void*, void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_UserQuery(void**) noexcept = 0; virtual int32_t __stdcall get_Language(void**) noexcept = 0; virtual int32_t __stdcall get_SortOrder(void**) noexcept = 0; virtual int32_t __stdcall get_ProgrammaticQuery(void**) noexcept = 0; virtual int32_t __stdcall get_MaxResults(uint32_t*) noexcept = 0; virtual int32_t __stdcall get_FolderScope(void**) noexcept = 0; virtual int32_t __stdcall get_QueryId(void**) noexcept = 0; virtual int32_t __stdcall get_PropertiesToFetch(void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_MatchScore(double*) noexcept = 0; virtual int32_t __stdcall put_MatchScore(double) noexcept = 0; virtual int32_t __stdcall get_MatchKind(int32_t*) noexcept = 0; virtual int32_t __stdcall put_MatchKind(int32_t) noexcept = 0; virtual int32_t __stdcall get_MatchedPropertyName(void**) noexcept = 0; virtual int32_t __stdcall put_MatchedPropertyName(void*) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall CreateLinkAsync(void*, void**) noexcept = 0; virtual int32_t __stdcall GetDefaultAccessControlStringAsync(void*, void**) noexcept = 0; virtual int32_t __stdcall GetState(void*, void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_ProviderState(int32_t*) noexcept = 0; virtual int32_t __stdcall put_ProviderState(int32_t) noexcept = 0; virtual int32_t __stdcall get_ProviderStateLabel(void**) noexcept = 0; virtual int32_t __stdcall put_ProviderStateLabel(void*) noexcept = 0; virtual int32_t __stdcall get_ProviderStateIcon(void**) noexcept = 0; virtual int32_t __stdcall put_ProviderStateIcon(void*) noexcept = 0; virtual int32_t __stdcall get_SyncStatusCommand(void**) noexcept = 0; virtual int32_t __stdcall put_SyncStatusCommand(void*) noexcept = 0; virtual int32_t __stdcall get_QuotaUI(void**) noexcept = 0; virtual int32_t __stdcall put_QuotaUI(void*) noexcept = 0; virtual int32_t __stdcall get_MoreInfoUI(void**) noexcept = 0; virtual int32_t __stdcall put_MoreInfoUI(void*) noexcept = 0; virtual int32_t __stdcall get_ProviderPrimaryCommand(void**) noexcept = 0; virtual int32_t __stdcall put_ProviderPrimaryCommand(void*) noexcept = 0; virtual int32_t __stdcall get_ProviderSecondaryCommands(void**) noexcept = 0; virtual int32_t __stdcall put_ProviderSecondaryCommands(void*) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall GetStatusUI(void**) noexcept = 0; virtual int32_t __stdcall add_StatusUIChanged(void*, winrt::event_token*) noexcept = 0; virtual int32_t __stdcall remove_StatusUIChanged(winrt::event_token) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall GetStatusUISource(void*, void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall GetSuggestions(void*, void**) noexcept = 0; virtual int32_t __stdcall Add(int32_t, void*) noexcept = 0; virtual int32_t __stdcall Remove(int32_t, void*) noexcept = 0; virtual int32_t __stdcall GetDetails(void*, uint32_t, void**, void*, void**) noexcept = 0; virtual int32_t __stdcall ReportUsage(int32_t, void*, void*, int64_t) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall CreateSuggestionsHandler(void*, void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_SuggestionsKind(int32_t*) noexcept = 0; virtual int32_t __stdcall get_RemoteFileId(void**) noexcept = 0; virtual int32_t __stdcall get_MaxResults(uint32_t*) noexcept = 0; virtual int32_t __stdcall get_QueryId(void**) noexcept = 0; virtual int32_t __stdcall get_PropertiesToFetch(void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_Id(void**) noexcept = 0; virtual int32_t __stdcall put_Id(void*) noexcept = 0; virtual int32_t __stdcall get_Context(void**) noexcept = 0; virtual int32_t __stdcall put_Context(void*) noexcept = 0; virtual int32_t __stdcall get_Path(void**) noexcept = 0; virtual int32_t __stdcall put_Path(void*) noexcept = 0; virtual int32_t __stdcall get_DisplayNameResource(void**) noexcept = 0; virtual int32_t __stdcall put_DisplayNameResource(void*) noexcept = 0; virtual int32_t __stdcall get_IconResource(void**) noexcept = 0; virtual int32_t __stdcall put_IconResource(void*) noexcept = 0; virtual int32_t __stdcall get_HydrationPolicy(int32_t*) noexcept = 0; virtual int32_t __stdcall put_HydrationPolicy(int32_t) noexcept = 0; virtual int32_t __stdcall get_HydrationPolicyModifier(uint32_t*) noexcept = 0; virtual int32_t __stdcall put_HydrationPolicyModifier(uint32_t) noexcept = 0; virtual int32_t __stdcall get_PopulationPolicy(int32_t*) noexcept = 0; virtual int32_t __stdcall put_PopulationPolicy(int32_t) noexcept = 0; virtual int32_t __stdcall get_InSyncPolicy(uint32_t*) noexcept = 0; virtual int32_t __stdcall put_InSyncPolicy(uint32_t) noexcept = 0; virtual int32_t __stdcall get_HardlinkPolicy(uint32_t*) noexcept = 0; virtual int32_t __stdcall put_HardlinkPolicy(uint32_t) noexcept = 0; virtual int32_t __stdcall get_ShowSiblingsAsGroup(bool*) noexcept = 0; virtual int32_t __stdcall put_ShowSiblingsAsGroup(bool) noexcept = 0; virtual int32_t __stdcall get_Version(void**) noexcept = 0; virtual int32_t __stdcall put_Version(void*) noexcept = 0; virtual int32_t __stdcall get_ProtectionMode(int32_t*) noexcept = 0; virtual int32_t __stdcall put_ProtectionMode(int32_t) noexcept = 0; virtual int32_t __stdcall get_AllowPinning(bool*) noexcept = 0; virtual int32_t __stdcall put_AllowPinning(bool) noexcept = 0; virtual int32_t __stdcall get_StorageProviderItemPropertyDefinitions(void**) noexcept = 0; virtual int32_t __stdcall get_RecycleBinUri(void**) noexcept = 0; virtual int32_t __stdcall put_RecycleBinUri(void*) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_ProviderId(winrt::guid*) noexcept = 0; virtual int32_t __stdcall put_ProviderId(winrt::guid) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_FallbackFileTypeInfo(void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall Register(void*) noexcept = 0; virtual int32_t __stdcall Unregister(void*) noexcept = 0; virtual int32_t __stdcall GetSyncRootInformationForFolder(void*, void**) noexcept = 0; virtual int32_t __stdcall GetSyncRootInformationForId(void*, void**) noexcept = 0; virtual int32_t __stdcall GetCurrentSyncRoots(void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall IsSupported(bool*) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_Label(void**) noexcept = 0; virtual int32_t __stdcall get_Description(void**) noexcept = 0; virtual int32_t __stdcall get_Icon(void**) noexcept = 0; virtual int32_t __stdcall get_State(int32_t*) noexcept = 0; virtual int32_t __stdcall Invoke() noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall GetPathForContentUri(void*, void*) noexcept = 0; virtual int32_t __stdcall GetContentInfoForPath(void*, void*) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : unknown_abi { virtual int32_t __stdcall Invoke(void*) noexcept = 0; }; }; template struct consume_Windows_Storage_Provider_ICachedFileUpdaterStatics { auto SetUpdateInformation(winrt::Windows::Storage::IStorageFile const& file, param::hstring const& contentId, winrt::Windows::Storage::Provider::ReadActivationMode const& readMode, winrt::Windows::Storage::Provider::WriteActivationMode const& writeMode, winrt::Windows::Storage::Provider::CachedFileOptions const& options) const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_ICachedFileUpdaterStatics; }; template struct consume_Windows_Storage_Provider_ICachedFileUpdaterUI { [[nodiscard]] auto Title() const; auto Title(param::hstring const& value) const; [[nodiscard]] auto UpdateTarget() const; auto FileUpdateRequested(winrt::Windows::Foundation::TypedEventHandler const& handler) const; using FileUpdateRequested_revoker = impl::event_revoker::remove_FileUpdateRequested>; [[nodiscard]] auto FileUpdateRequested(auto_revoke_t, winrt::Windows::Foundation::TypedEventHandler const& handler) const; auto FileUpdateRequested(winrt::event_token const& token) const noexcept; auto UIRequested(winrt::Windows::Foundation::TypedEventHandler const& handler) const; using UIRequested_revoker = impl::event_revoker::remove_UIRequested>; [[nodiscard]] auto UIRequested(auto_revoke_t, winrt::Windows::Foundation::TypedEventHandler const& handler) const; auto UIRequested(winrt::event_token const& token) const noexcept; [[nodiscard]] auto UIStatus() const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_ICachedFileUpdaterUI; }; template struct consume_Windows_Storage_Provider_ICachedFileUpdaterUI2 { [[nodiscard]] auto UpdateRequest() const; auto GetDeferral() const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_ICachedFileUpdaterUI2; }; template struct consume_Windows_Storage_Provider_IFileUpdateRequest { [[nodiscard]] auto ContentId() const; [[nodiscard]] auto File() const; [[nodiscard]] auto Status() const; auto Status(winrt::Windows::Storage::Provider::FileUpdateStatus const& value) const; auto GetDeferral() const; auto UpdateLocalFile(winrt::Windows::Storage::IStorageFile const& value) const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IFileUpdateRequest; }; template struct consume_Windows_Storage_Provider_IFileUpdateRequest2 { [[nodiscard]] auto UserInputNeededMessage() const; auto UserInputNeededMessage(param::hstring const& value) const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IFileUpdateRequest2; }; template struct consume_Windows_Storage_Provider_IFileUpdateRequestDeferral { auto Complete() const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IFileUpdateRequestDeferral; }; template struct consume_Windows_Storage_Provider_IFileUpdateRequestedEventArgs { [[nodiscard]] auto Request() const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IFileUpdateRequestedEventArgs; }; template struct consume_Windows_Storage_Provider_IStorageProviderFileTypeInfo { [[nodiscard]] auto FileExtension() const; [[nodiscard]] auto IconResource() const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderFileTypeInfo; }; template struct consume_Windows_Storage_Provider_IStorageProviderFileTypeInfoFactory { auto CreateInstance(param::hstring const& fileExtension, param::hstring const& iconResource) const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderFileTypeInfoFactory; }; template struct consume_Windows_Storage_Provider_IStorageProviderGetContentInfoForPathResult { [[nodiscard]] auto Status() const; auto Status(winrt::Windows::Storage::Provider::StorageProviderUriSourceStatus const& value) const; [[nodiscard]] auto ContentUri() const; auto ContentUri(param::hstring const& value) const; [[nodiscard]] auto ContentId() const; auto ContentId(param::hstring const& value) const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderGetContentInfoForPathResult; }; template struct consume_Windows_Storage_Provider_IStorageProviderGetPathForContentUriResult { [[nodiscard]] auto Status() const; auto Status(winrt::Windows::Storage::Provider::StorageProviderUriSourceStatus const& value) const; [[nodiscard]] auto Path() const; auto Path(param::hstring const& value) const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderGetPathForContentUriResult; }; template struct consume_Windows_Storage_Provider_IStorageProviderItemPropertiesStatics { auto SetAsync(winrt::Windows::Storage::IStorageItem const& item, param::async_iterable const& itemProperties) const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderItemPropertiesStatics; }; template struct consume_Windows_Storage_Provider_IStorageProviderItemProperty { auto Id(int32_t value) const; [[nodiscard]] auto Id() const; auto Value(param::hstring const& value) const; [[nodiscard]] auto Value() const; auto IconResource(param::hstring const& value) const; [[nodiscard]] auto IconResource() const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderItemProperty; }; template struct consume_Windows_Storage_Provider_IStorageProviderItemPropertyDefinition { [[nodiscard]] auto Id() const; auto Id(int32_t value) const; [[nodiscard]] auto DisplayNameResource() const; auto DisplayNameResource(param::hstring const& value) const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderItemPropertyDefinition; }; template struct consume_Windows_Storage_Provider_IStorageProviderItemPropertySource { auto GetItemProperties(param::hstring const& itemPath) const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderItemPropertySource; }; template struct consume_Windows_Storage_Provider_IStorageProviderKnownFolderEntry { [[nodiscard]] auto KnownFolderId() const; auto KnownFolderId(winrt::guid const& value) const; [[nodiscard]] auto Status() const; auto Status(winrt::Windows::Storage::Provider::StorageProviderKnownFolderSyncStatus const& value) const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderKnownFolderEntry; }; template struct consume_Windows_Storage_Provider_IStorageProviderKnownFolderSyncInfo { [[nodiscard]] auto ProviderDisplayName() const; auto ProviderDisplayName(param::hstring const& value) const; [[nodiscard]] auto KnownFolderEntries() const; [[nodiscard]] auto SyncRequested() const; auto SyncRequested(winrt::Windows::Storage::Provider::StorageProviderKnownFolderSyncRequestedHandler const& value) const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderKnownFolderSyncInfo; }; template struct consume_Windows_Storage_Provider_IStorageProviderKnownFolderSyncInfoSource { auto GetKnownFolderSyncInfo() const; auto KnownFolderSyncInfoChanged(winrt::Windows::Foundation::TypedEventHandler const& handler) const; using KnownFolderSyncInfoChanged_revoker = impl::event_revoker::remove_KnownFolderSyncInfoChanged>; [[nodiscard]] auto KnownFolderSyncInfoChanged(auto_revoke_t, winrt::Windows::Foundation::TypedEventHandler const& handler) const; auto KnownFolderSyncInfoChanged(winrt::event_token const& token) const noexcept; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderKnownFolderSyncInfoSource; }; template struct consume_Windows_Storage_Provider_IStorageProviderKnownFolderSyncInfoSourceFactory { auto GetKnownFolderSyncInfoSource() const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderKnownFolderSyncInfoSourceFactory; }; template struct consume_Windows_Storage_Provider_IStorageProviderKnownFolderSyncRequestArgs { [[nodiscard]] auto KnownFolders() const; [[nodiscard]] auto Source() const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderKnownFolderSyncRequestArgs; }; template struct consume_Windows_Storage_Provider_IStorageProviderMoreInfoUI { [[nodiscard]] auto Message() const; auto Message(param::hstring const& value) const; [[nodiscard]] auto Command() const; auto Command(winrt::Windows::Storage::Provider::IStorageProviderUICommand const& value) const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderMoreInfoUI; }; template struct consume_Windows_Storage_Provider_IStorageProviderPropertyCapabilities { auto IsPropertySupported(param::hstring const& propertyCanonicalName) const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderPropertyCapabilities; }; template struct consume_Windows_Storage_Provider_IStorageProviderQueryResult { [[nodiscard]] auto Kind() const; auto Kind(winrt::Windows::Storage::Provider::StorageProviderResultKind const& value) const; [[nodiscard]] auto ResultId() const; auto ResultId(param::hstring const& value) const; [[nodiscard]] auto RemoteFileId() const; auto RemoteFileId(param::hstring const& value) const; [[nodiscard]] auto FilePath() const; auto FilePath(param::hstring const& value) const; [[nodiscard]] auto RequestedProperties() const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderQueryResult; }; template struct consume_Windows_Storage_Provider_IStorageProviderQueryResultSet { auto GetResults() const; [[nodiscard]] auto QueryResultId() const; auto QueryResultId(param::hstring const& value) const; [[nodiscard]] auto Status() const; auto Status(winrt::Windows::Storage::Provider::StorageProviderSearchQueryStatus const& value) const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderQueryResultSet; }; template struct consume_Windows_Storage_Provider_IStorageProviderQueryResultSetFactory { auto CreateInstance(array_view results) const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderQueryResultSetFactory; }; template struct consume_Windows_Storage_Provider_IStorageProviderQuotaUI { [[nodiscard]] auto QuotaTotalInBytes() const; auto QuotaTotalInBytes(uint64_t value) const; [[nodiscard]] auto QuotaUsedInBytes() const; auto QuotaUsedInBytes(uint64_t value) const; [[nodiscard]] auto QuotaUsedLabel() const; auto QuotaUsedLabel(param::hstring const& value) const; [[nodiscard]] auto QuotaUsedColor() const; auto QuotaUsedColor(winrt::Windows::Foundation::IReference const& value) const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderQuotaUI; }; template struct consume_Windows_Storage_Provider_IStorageProviderSearchHandler { auto Find(winrt::Windows::Storage::Provider::StorageProviderSearchQueryOptions const& options) const; auto ReportUsage(winrt::Windows::Storage::Provider::StorageProviderResultUsageKind const& resultUsageKind, param::hstring const& remoteFileId, param::hstring const& resultId, winrt::Windows::Foundation::TimeSpan const& latency) const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderSearchHandler; }; template struct consume_Windows_Storage_Provider_IStorageProviderSearchHandlerFactory { auto CreateSearchHandler(param::hstring const& cloudProviderId) const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderSearchHandlerFactory; }; template struct consume_Windows_Storage_Provider_IStorageProviderSearchQueryOptions { [[nodiscard]] auto UserQuery() const; [[nodiscard]] auto Language() const; [[nodiscard]] auto SortOrder() const; [[nodiscard]] auto ProgrammaticQuery() const; [[nodiscard]] auto MaxResults() const; [[nodiscard]] auto FolderScope() const; [[nodiscard]] auto QueryId() const; [[nodiscard]] auto PropertiesToFetch() const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderSearchQueryOptions; }; template struct consume_Windows_Storage_Provider_IStorageProviderSearchResult { [[nodiscard]] auto MatchScore() const; auto MatchScore(double value) const; [[nodiscard]] auto MatchKind() const; auto MatchKind(winrt::Windows::Storage::Provider::StorageProviderSearchMatchKind const& value) const; [[nodiscard]] auto MatchedPropertyName() const; auto MatchedPropertyName(param::hstring const& value) const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderSearchResult; }; template struct consume_Windows_Storage_Provider_IStorageProviderShareLinkSource { auto CreateLinkAsync(param::async_vector_view const& storageItemList) const; auto GetDefaultAccessControlStringAsync(param::async_vector_view const& storageItemList) const; auto GetState(param::async_vector_view const& storageItemList) const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderShareLinkSource; }; template struct consume_Windows_Storage_Provider_IStorageProviderStatusUI { [[nodiscard]] auto ProviderState() const; auto ProviderState(winrt::Windows::Storage::Provider::StorageProviderState const& value) const; [[nodiscard]] auto ProviderStateLabel() const; auto ProviderStateLabel(param::hstring const& value) const; [[nodiscard]] auto ProviderStateIcon() const; auto ProviderStateIcon(winrt::Windows::Foundation::Uri const& value) const; [[nodiscard]] auto SyncStatusCommand() const; auto SyncStatusCommand(winrt::Windows::Storage::Provider::IStorageProviderUICommand const& value) const; [[nodiscard]] auto QuotaUI() const; auto QuotaUI(winrt::Windows::Storage::Provider::StorageProviderQuotaUI const& value) const; [[nodiscard]] auto MoreInfoUI() const; auto MoreInfoUI(winrt::Windows::Storage::Provider::StorageProviderMoreInfoUI const& value) const; [[nodiscard]] auto ProviderPrimaryCommand() const; auto ProviderPrimaryCommand(winrt::Windows::Storage::Provider::IStorageProviderUICommand const& value) const; [[nodiscard]] auto ProviderSecondaryCommands() const; auto ProviderSecondaryCommands(param::vector const& value) const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderStatusUI; }; template struct consume_Windows_Storage_Provider_IStorageProviderStatusUISource { auto GetStatusUI() const; auto StatusUIChanged(winrt::Windows::Foundation::TypedEventHandler const& handler) const; using StatusUIChanged_revoker = impl::event_revoker::remove_StatusUIChanged>; [[nodiscard]] auto StatusUIChanged(auto_revoke_t, winrt::Windows::Foundation::TypedEventHandler const& handler) const; auto StatusUIChanged(winrt::event_token const& token) const noexcept; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderStatusUISource; }; template struct consume_Windows_Storage_Provider_IStorageProviderStatusUISourceFactory { auto GetStatusUISource(param::hstring const& syncRootId) const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderStatusUISourceFactory; }; template struct consume_Windows_Storage_Provider_IStorageProviderSuggestionsHandler { auto GetSuggestions(winrt::Windows::Storage::Provider::StorageProviderSuggestionsQueryOptions const& options) const; auto Add(winrt::Windows::Storage::Provider::StorageProviderResultKind const& kind, param::hstring const& remoteFileId) const; auto Remove(winrt::Windows::Storage::Provider::StorageProviderResultKind const& kind, param::hstring const& remoteFileId) const; auto GetDetails(param::hstring const& remoteFileId, array_view propertiesToFetch, param::hstring const& queryId) const; auto ReportUsage(winrt::Windows::Storage::Provider::StorageProviderResultUsageKind const& resultUsageKind, param::hstring const& remoteFileId, param::hstring const& resultId, winrt::Windows::Foundation::TimeSpan const& latency) const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderSuggestionsHandler; }; template struct consume_Windows_Storage_Provider_IStorageProviderSuggestionsHandlerFactory { auto CreateSuggestionsHandler(param::hstring const& cloudProviderId) const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderSuggestionsHandlerFactory; }; template struct consume_Windows_Storage_Provider_IStorageProviderSuggestionsQueryOptions { [[nodiscard]] auto SuggestionsKind() const; [[nodiscard]] auto RemoteFileId() const; [[nodiscard]] auto MaxResults() const; [[nodiscard]] auto QueryId() const; [[nodiscard]] auto PropertiesToFetch() const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderSuggestionsQueryOptions; }; template struct consume_Windows_Storage_Provider_IStorageProviderSyncRootInfo { [[nodiscard]] auto Id() const; auto Id(param::hstring const& value) const; [[nodiscard]] auto Context() const; auto Context(winrt::Windows::Storage::Streams::IBuffer const& value) const; [[nodiscard]] auto Path() const; auto Path(winrt::Windows::Storage::IStorageFolder const& value) const; [[nodiscard]] auto DisplayNameResource() const; auto DisplayNameResource(param::hstring const& value) const; [[nodiscard]] auto IconResource() const; auto IconResource(param::hstring const& value) const; [[nodiscard]] auto HydrationPolicy() const; auto HydrationPolicy(winrt::Windows::Storage::Provider::StorageProviderHydrationPolicy const& value) const; [[nodiscard]] auto HydrationPolicyModifier() const; auto HydrationPolicyModifier(winrt::Windows::Storage::Provider::StorageProviderHydrationPolicyModifier const& value) const; [[nodiscard]] auto PopulationPolicy() const; auto PopulationPolicy(winrt::Windows::Storage::Provider::StorageProviderPopulationPolicy const& value) const; [[nodiscard]] auto InSyncPolicy() const; auto InSyncPolicy(winrt::Windows::Storage::Provider::StorageProviderInSyncPolicy const& value) const; [[nodiscard]] auto HardlinkPolicy() const; auto HardlinkPolicy(winrt::Windows::Storage::Provider::StorageProviderHardlinkPolicy const& value) const; [[nodiscard]] auto ShowSiblingsAsGroup() const; auto ShowSiblingsAsGroup(bool value) const; [[nodiscard]] auto Version() const; auto Version(param::hstring const& value) const; [[nodiscard]] auto ProtectionMode() const; auto ProtectionMode(winrt::Windows::Storage::Provider::StorageProviderProtectionMode const& value) const; [[nodiscard]] auto AllowPinning() const; auto AllowPinning(bool value) const; [[nodiscard]] auto StorageProviderItemPropertyDefinitions() const; [[nodiscard]] auto RecycleBinUri() const; auto RecycleBinUri(winrt::Windows::Foundation::Uri const& value) const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderSyncRootInfo; }; template struct consume_Windows_Storage_Provider_IStorageProviderSyncRootInfo2 { [[nodiscard]] auto ProviderId() const; auto ProviderId(winrt::guid const& value) const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderSyncRootInfo2; }; template struct consume_Windows_Storage_Provider_IStorageProviderSyncRootInfo3 { [[nodiscard]] auto FallbackFileTypeInfo() const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderSyncRootInfo3; }; template struct consume_Windows_Storage_Provider_IStorageProviderSyncRootManagerStatics { auto Register(winrt::Windows::Storage::Provider::StorageProviderSyncRootInfo const& syncRootInformation) const; auto Unregister(param::hstring const& id) const; auto GetSyncRootInformationForFolder(winrt::Windows::Storage::IStorageFolder const& folder) const; auto GetSyncRootInformationForId(param::hstring const& id) const; auto GetCurrentSyncRoots() const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderSyncRootManagerStatics; }; template struct consume_Windows_Storage_Provider_IStorageProviderSyncRootManagerStatics2 { auto IsSupported() const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderSyncRootManagerStatics2; }; template struct consume_Windows_Storage_Provider_IStorageProviderUICommand { [[nodiscard]] auto Label() const; [[nodiscard]] auto Description() const; [[nodiscard]] auto Icon() const; [[nodiscard]] auto State() const; auto Invoke() const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderUICommand; }; template struct consume_Windows_Storage_Provider_IStorageProviderUriSource { auto GetPathForContentUri(param::hstring const& contentUri, winrt::Windows::Storage::Provider::StorageProviderGetPathForContentUriResult const& result) const; auto GetContentInfoForPath(param::hstring const& path, winrt::Windows::Storage::Provider::StorageProviderGetContentInfoForPathResult const& result) const; }; template <> struct consume { template using type = consume_Windows_Storage_Provider_IStorageProviderUriSource; }; } #endif