Skip to main content

XblTitleStorageBlobMetadataResultGetNextResult

Get the result for a completed XblTitleStorageBlobMetadataResultGetNextAsync operation.

Syntax

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.14x.GDK.C.lib

See also

title_storage_c
Last modified on August 4, 2026