Flat C
Only one page of XblTitleStorageBlobMetadata objects exists
The following code example demonstrates how to useXblTitleStorageBlobMetadataResultHandle 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 ofXblTitleStorageBlobMetadata to retrieve from Title Storage.
Flat C
Retrieving more pages of XblTitleStorageBlobMetadata objects
The following code example demonstrates how to retrieve the next page ofXblTitleStorageBlobMetadata objects.
Flat C
Duplicating XblTitleStorageBlobMetadataResultHandle
The following code example demonstrates how to create a duplicate ofXblTitleStorageBlobMetadataResultHandle.
Flat C
Closing XblTitleStorageBlobMetadataResultHandle
The following code example demonstrates how to closeXblTitleStorageBlobMetadataResultHandle.
You must close this handle when you’re done using it.
