XGameSaveBlobInfo
Information about the XGameSaveBlob.Syntax
Members
nameType: const char* Name of the XGameSaveBlob. size
Type: uint32_t Size of the XGameSaveBlob.
Remarks
XGameSaveBlobInfo describes the properties of an XGameSaveBlob. The name property helps assure that you are reading the correct blob. The size property allows you to read it with a sufficiently large buffer. XGameSaveBlobInfo is a parameter of XGameSaveBlobInfoCallback.Requirements
Header: XGameSave.h Supported platforms: Windows, XBOX One family consoles and XBOX Series consolesSee also
XGameSaveXGameSaveBlob
XGameSaveBlobInfoCallback
