Skip to main content

XblUserStatisticsGetMultipleUserStatisticsForMultipleServiceConfigurationsResult

Get the result for an XblUserStatisticsGetMultipleUserStatisticsForMultipleServiceConfigurationsAsync call.

Syntax

Parameters

async   _In_
Type: XAsyncBlock*
The AsyncBlock for this operation. bufferSize   _In_
Type: size_t
The size of the provided buffer. Use XblUserStatisticsGetMultipleUserStatisticsForMultipleServiceConfigurationsResultSize to get the size required. buffer   _Out_writes_bytes_to_(bufferSize,bufferUsed)
Type: void
A caller allocated byte buffer that passes back the multiple user statistics. ptrToBufferResults   _Outptr_
Type: XblUserStatisticsResult**
Passes back a strongly typed array of XblUserStatisticsResult that points into buffer. Do not free this as its lifecycle is tied to buffer. resultsCount   _Out_
Type: size_t*
Passes back the number of results. bufferUsed   _Out_opt_
Type: size_t*
Passes back the number of bytes written to the buffer.

Return value

Type: HRESULT HRESULT return code for this API operation.

Requirements

Header: user_statistics_c.h Library: Microsoft.Xbox.Services.14x.GDK.C.lib

See also

user_statistics_c
Last modified on August 4, 2026