Skip to main content

XblTitleStorageBlobMetadataResultGetNextAsync

Retrieves the next page of XblTitleStorageBlobMetadata objects.

Syntax

Parameters

resultHandle   _In_
Type: XblTitleStorageBlobMetadataResultHandle
Title storage blob metadata result handle. maxItems   _In_
Type: uint32_t
The maximum number of items the result can contain. Pass 0 to attempt to retrieve all items. async   _In_
Type: XAsyncBlock*
Caller allocated AsyncBlock.

Return value

Type: HRESULT HRESULT return code for this API operation.

Remarks

To get the result, call XblTitleStorageBlobMetadataResultGetNextResult inside the AsyncBlock callback or after the AsyncBlock is complete.

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