Partage via


XblTitleStorageBlobMetadataResultGetNextResult

Get the result for a completed XblTitleStorageBlobMetadataResultGetNextAsync operation.

Syntax

HRESULT XblTitleStorageBlobMetadataResultGetNextResult(  
         XAsyncBlock* async,  
         XblTitleStorageBlobMetadataResultHandle* result  
)  

Parameters

async   _In_
Type: XAsyncBlock*

The same AsyncBlock that passed to XblTitleStorageBlobMetadataResultGetNextAsync.

result   _Out_
Type: XblTitleStorageBlobMetadataResultHandle*

Passes back the next XblTitleStorageBlobMetadataResultHandle. Note that this is a separate handle than the one passed to the XblTitleStorageBlobMetadataResultGetNextAsync API. Each result handle must be closed separately.

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