XGameSaveBlobInfo
Information about the XGameSaveBlob.
Syntax
typedef struct XGameSaveBlobInfo {
const char* name;
uint32_t size;
} XGameSaveBlobInfo
Members
name
Type: 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 consoles