Skip to main content

XblUserStatisticsGetMultipleUserStatisticsForMultipleServiceConfigurationsResult

XblUserStatisticsGetMultipleUserStatisticsForMultipleServiceConfigurationsAsync 呼び出しの結果を取得します。

構文

パラメーター

async   _In_
型: XAsyncBlock*
この操作の AsyncBlock。 bufferSize   _In_
型: size_t
指定したバッファーのサイズ。必要なサイズを取得するには、XblUserStatisticsGetMultipleUserStatisticsForMultipleServiceConfigurationsResultSize を使用します。 buffer   _Out_writes_bytes_to_(bufferSize,bufferUsed)
型: void
呼び出し元が割り当てたバイト バッファー。複数のユーザー統計を返します。 ptrToBufferResults   _Outptr_
型: XblUserStatisticsResult**
buffer を指し示す、強く型付けされた XblUserStatisticsResult の配列を返します。ライフサイクルが buffer に関連付けられているため、これを解放しないでください。 resultsCount   _Out_
型: size_t*
結果の数を返します。 bufferUsed   _Out_opt_
型: size_t*
バッファーに書き込まれたバイト数を返します。

戻り値

型: HRESULT この API 操作の HRESULT 戻り値コード。

要件

ヘッダー: user_statistics_c.h ライブラリ: Microsoft.Xbox.Services.14x.GDK.C.lib

関連項目

user_statistics_c
最終更新日 2026年8月13日