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.
