> ## 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.

# XblTitleStorageDownloadBlobResult

> XblTitleStorageDownloadBlobResult

# XblTitleStorageDownloadBlobResult

Get the result for a completed XblTitleStorageDownloadBlobAsync operation.

## Syntax

```cpp theme={null}
HRESULT XblTitleStorageDownloadBlobResult(  
         XAsyncBlock* async,  
         XblTitleStorageBlobMetadata* blobMetadata  
)  
```

### Parameters

*async*   \_In\_\
Type: XAsyncBlock\*

The same AsyncBlock that passed to XblTitleStorageDownloadBlobAsync.

*blobMetadata*   \_Out\_\
Type: [XblTitleStorageBlobMetadata\*](/reference/live/xsapi-c/title_storage_c/structs/xbltitlestorageblobmetadata)

A caller allocated XblTitleStorageBlobMetadata that passes back the downloaded blob metadata.

### Return value

Type: HRESULT

HRESULT return code for this API operation.

## Requirements

**Header:** title\_storage\_c.h

**Library:** Microsoft.Xbox.Services.14x.GDK.C.lib

## See also

[title\_storage\_c](/reference/live/xsapi-c/title_storage_c/title_storage_c_members)


## Related topics

- [Downloading a blob from Title Storage](/services/xbox-services/storage/title-storage/how-to/live-downloading-title-storage-blob.md)
- [XblTitleStorageDownloadBlobAsync](/reference/live/xsapi-c/title_storage_c/functions/xbltitlestoragedownloadblobasync.md)
- [Getting Title Storage blob metadata](/services/xbox-services/storage/title-storage/how-to/live-getting-title-storage-blob-metadata.md)
- [Uploading a blob to Title Storage](/services/xbox-services/storage/title-storage/how-to/live-uploading-title-storage-blob.md)
- [XblTitleStorageUploadBlobResult](/reference/live/xsapi-c/title_storage_c/functions/xbltitlestorageuploadblobresult.md)
