Skip to main content

XblTitleStorageGetQuotaResult

Get the result for a completed XblTitleStorageGetQuotaAsync operation.

Syntax

Parameters

async   _In_
Type: XAsyncBlock*
The same AsyncBlock that passed to XblTitleStorageGetQuotaAsync. usedBytes   _Out_
Type: size_t*
Passes back the number of bytes used in title storage of type StorageType. quotaBytes   _Out_
Type: size_t*
Passes back the maximum number of bytes that can be used in title storage of type StorageType. Note that this is a soft limit and the used bytes may actually exceed this value.

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