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
blobBufferdoesn’t have enough capacity to hold the blob data. -
To use the default size, pass 0 for
preferredDownloadBlockSize.
