Share via


Microsoft.Xbox.Wrappers.XGameSave.Provider.QueryContainerBlobs

Returns a vector of BlobInfo objects that identify the blobs (files) in the specified container.

Syntax

BlobInfoSet QueryContainerBlobs(const std::string& containerName);

Parameters

containerName   _In_
Type: std::string

The name of the container to query.

Return value

Type: BlobInfoSet

Returns a BlobInfoSet object, which is a vector of BlobInfo objects.

Remarks

Each BlobInfo structure contains the name and size of one blob in the container.

You must call the Initialize method before you can call any other method from the Provider class.

To return a vector of container names that match the supplied name prefix, call QueryContainers.

Requirements

Header: xgamesavewrappers.hpp

Supported platforms: Windows, Xbox One family consoles and Xbox Series consoles

See also

Microsoft.Xbox.Wrappers.XGameSave.Provider
XGameSave wrapper members
Game saves simplified wrapper
BlobInfo
BlobInfoSet