Skip to main content
This topic demonstrates how to retrieve blob metadata from XBOX Title Storage by using the following flat C code examples.

Flat C

Only one page of XblTitleStorageBlobMetadata objects exists

The following code example demonstrates how to use XblTitleStorageBlobMetadataResultHandle to retrieve the first page of the list of XblTitleStorageBlobMetadata objects.
Depending on the number of blobs that the title has in Title Storage, there might be several pages of XblTitleStorageBlobMetadata.

Flat C

Determine if more pages of XblTitleStorageBlobMetadata objects exist

The following code example demonstrates how to check to see if there are more pages of XblTitleStorageBlobMetadata to retrieve from Title Storage.

Flat C

Retrieving more pages of XblTitleStorageBlobMetadata objects

The following code example demonstrates how to retrieve the next page of XblTitleStorageBlobMetadata objects.

Flat C

Duplicating XblTitleStorageBlobMetadataResultHandle

The following code example demonstrates how to create a duplicate of XblTitleStorageBlobMetadataResultHandle.

Flat C

Closing XblTitleStorageBlobMetadataResultHandle

The following code example demonstrates how to close XblTitleStorageBlobMetadataResultHandle.
You must close this handle when you’re done using it.

Flat C

See also

XAsyncBlock XblTitleStorageBlobMetadataResultCloseHandle XblTitleStorageGetBlobMetadataAsync XblTitleStorageGetBlobMetadataResult XblTitleStorageBlobMetadata XblTitleStorageBlobMetadataResultGetItems XblTitleStorageBlobMetadataResultHasNext XblTitleStorageBlobMetadataResultGetNextAsync XblTitleStorageBlobMetadataResultGetNextResult XblTitleStorageBlobMetadataResultDuplicateHandle
Last modified on August 20, 2026