Partage via


XblTitleStorageDownloadBlobResult

Get the result for a completed XblTitleStorageDownloadBlobAsync operation.

Syntax

HRESULT XblTitleStorageDownloadBlobResult(  
         XAsyncBlock* async,  
         XblTitleStorageBlobMetadata* blobMetadata  
)  

Parameters

async   _In_
Type: XAsyncBlock*

The same AsyncBlock that passed to XblTitleStorageDownloadBlobAsync.

blobMetadata   _Out_
Type: 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.141.GSDK.C.lib

See also

title_storage_c