Compartir a través de


XblUserStatisticsGetSingleUserStatisticResultSize

Get the result size for an XblUserStatisticsGetSingleUserStatisticsAsync call.

Syntax

HRESULT XblUserStatisticsGetSingleUserStatisticResultSize(  
         XAsyncBlock* async,  
         size_t* resultSizeInBytes  
)  

Parameters

async   _In_
Type: XAsyncBlock*

The AsyncBlock for this operation.

resultSizeInBytes   _Out_
Type: size_t*

Passes bakc the size in bytes required to store the user statistics result.

Return value

Type: HRESULT

HRESULT return code for this API operation.

Requirements

Header: user_statistics_c.h

Library: Microsoft.Xbox.Services.141.GSDK.C.lib

See also

user_statistics_c