> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XGameSaveBlobInfo

> XGameSaveBlobInfo

# XGameSaveBlobInfo

Information about the XGameSaveBlob.

## Syntax

```cpp theme={null}
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](/reference/system/xgamesave/structs/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](/reference/system/xgamesave/functions/xgamesaveblobinfocallback).

## Requirements

**Header:** XGameSave.h

**Supported platforms:** Windows, XBOX One family consoles and XBOX Series consoles

## See also

[XGameSave](/reference/system/xgamesave/xgamesave_members)\
[XGameSaveBlob](/reference/system/xgamesave/structs/xgamesaveblob)\
[XGameSaveBlobInfoCallback](/reference/system/xgamesave/functions/xgamesaveblobinfocallback)


## Related topics

- [XGameSaveBlobInfoCallback](/reference/system/xgamesave/functions/xgamesaveblobinfocallback.md)
- [XGameSaveEnumerateBlobInfo](/reference/system/xgamesave/functions/xgamesaveenumerateblobinfo.md)
- [XGameSave Wrapper BlobInfo struct reference](/reference/system/Wrappers/structs/blobinfo.md)
- [XGameSaveBlob](/reference/system/xgamesave/structs/xgamesaveblob.md)
- [XGameSaveEnumerateBlobInfoByName](/reference/system/xgamesave/functions/xgamesaveenumerateblobinfobyname.md)
