Partage via


XblTitleStorageGetQuotaResult

Get the result for a completed XblTitleStorageGetQuotaAsync operation.

Syntax

HRESULT XblTitleStorageGetQuotaResult(  
         XAsyncBlock* async,  
         size_t* usedBytes,  
         size_t* quotaBytes  
)  

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.141.GSDK.C.lib

See also

title_storage_c