Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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