Microsoft.Xbox.Wrappers.XGameSave.BlobInfo
Contains the name and size of a blob (file) used by XGameSave wrappers.Syntax
Members
BlobInfoType: XGameSaveBlobInfo The struct’s constructor. name
Type: std::string The name of the blob. size
Type: uint32_t The size of the blob, in bytes.
Remarks
You can initialize theblobinfo structure by calling the BlobInfo constructor (BlobInfo::BlobInfo()), passing a pointer to an XGameSaveBlobInfo object.
XGameSaveBlobInfo contains the properties of an XGameSaveBlob, and is a parameter for the XGameSaveBlobInfoCallback function.
You can ensure that you’re reading the correct blob by using the name property.
To read the contents of the blob with a sufficiently large buffer, use the size property.
Requirements
Header: xgamesavewrappers.hpp Supported platforms: Windows, XBOX One family consoles and XBOX Series consolesSee also
Microsoft.Xbox.Wrappers.XGameSave.ProviderXGameSave wrapper members
