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

# XblTitleStorageBlobMetadataResultGetNextResult

> XblTitleStorageBlobMetadataResultGetNextResult

# XblTitleStorageBlobMetadataResultGetNextResult

Get the result for a completed XblTitleStorageBlobMetadataResultGetNextAsync operation.

## Syntax

```cpp theme={null}
HRESULT XblTitleStorageBlobMetadataResultGetNextResult(  
         XAsyncBlock* async,  
         XblTitleStorageBlobMetadataResultHandle* result  
)  
```

### Parameters

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

The same AsyncBlock that passed to XblTitleStorageBlobMetadataResultGetNextAsync.

*result*   \_Out\_\
Type: [XblTitleStorageBlobMetadataResultHandle\*](/reference/live/xsapi-c/title_storage_c/handles/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.14x.GDK.C.lib

## See also

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