XPackageEnumerateChunkAvailability
Examines the installation package and enumerates the availability of all chunks that match the specified selectors.Syntax
Parameters
packageIdentifier _In_z_Type: char* A string that uniquely identifies the installed package on the disk. For more information about package identifiers, see Manage and license downloadable content (DLC). type _In_
Type: XPackageChunkSelectorType The type of attributes to be enumerated. context _In_
Type: void* The context to be passed to the callback specified in the callback parameter. callback _In_
Type: XPackageChunkAvailabilityCallback* A callback to be called on completion.
Return value
Type: HRESULT HRESULT success or error code.Remarks
This function isn’t safe to call on a time-sensitive thread. For more information, see Time-sensitive threads.
Requirements
Header: XPackage.h Library: xgameruntime.lib Supported platforms: Windows, XBOX One family consoles and XBOX Series consolesConceptual documentation
See also
XPackageStreaming Installation and Intelligent Delivery
