Skip to main content
This topic demonstrates how to download a blob from XBOX services Title Storage by using the following flat C code example.

Notes about XblTitleStorageDownloadBlobAsync parameters

  • The buffer that you provide to store the downloaded blob data must be large enough to store the blob that’s being downloaded. If you need to, you can retrieve the length that’s required for the buffer by getting the blob metadata.
  • This API returns E_NOT_SUFFICIENT_BUFFER (0x8007007A) if blobBuffer doesn’t have enough capacity to hold the blob data.
  • To use the default size, pass 0 for preferredDownloadBlockSize.

Flat C

See also

XAsyncBlock XblTitleStorageDownloadBlobAsync XblTitleStorageDownloadBlobResult XblTitleStorageETagMatchCondition
Last modified on August 20, 2026