Added removed PackageTransferManagerForChunkSpecifiers method

This commit is contained in:
Rodrigo Todescatto
2026-02-04 14:27:42 -03:00
parent aa84854b36
commit c0f28f14aa

View File

@@ -139,6 +139,7 @@ namespace Windows.Xbox.Management.Deployment
[static_name("IPackageTransferWatcherStaticsForChunkSpecifiers", A1111AAB-1881-AAAA-AAAA-AA11AA1111DA)]
runtimeclass PackageTransferManagerForChunkSpecifiers
{
static PackageTransferWatcher CreateForChunkSpecifiers(Windows.ApplicationModel.Package unk, ChunkSpecifiers unka);
ChunkSpecifiers AvailableChunkSpecifiers { get; };
InstallationState GetInstallationState(Windows.Foundation.Collections.IIterable<UInt32> unk);
[default_overload] InstallationState GetInstallationState(ChunkSpecifiers unk);