> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XblUserStatisticsGetMultipleUserStatisticsForMultipleServiceConfigurationsResult

> XblUserStatisticsGetMultipleUserStatisticsForMultipleServiceConfigurationsResult

# XblUserStatisticsGetMultipleUserStatisticsForMultipleServiceConfigurationsResult

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

## 構文

```cpp theme={null}
HRESULT XblUserStatisticsGetMultipleUserStatisticsForMultipleServiceConfigurationsResult(  
         XAsyncBlock* async,  
         size_t bufferSize,  
         void* buffer,  
         XblUserStatisticsResult** ptrToBufferResults,  
         size_t* resultsCount,  
         size_t* bufferUsed  
)  
```

### パラメーター

*async*   \_In\_\
型: XAsyncBlock\*

この操作の AsyncBlock。

*bufferSize*   \_In\_\
型: size\_t

指定したバッファーのサイズ。必要なサイズを取得するには、[XblUserStatisticsGetMultipleUserStatisticsForMultipleServiceConfigurationsResultSize](/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetmultipleuserstatisticsformultipleserviceconfigurationsresultsize) を使用します。

*buffer*   \_Out\_writes\_bytes\_to\_(bufferSize,*bufferUsed)\
型: void*

呼び出し元が割り当てたバイト バッファー。複数のユーザー統計を返します。

*ptrToBufferResults*   \_Outptr\_\
型: [XblUserStatisticsResult\*\*](/reference/live/xsapi-c/user_statistics_c/structs/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](/reference/live/xsapi-c/user_statistics_c/user_statistics_c_members)


## Related topics

- [XblUserStatisticsGetMultipleUserStatisticsForMultipleServiceConfigurationsResultSize](/ja-jp/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetmultipleuserstatisticsformultipleserviceconfigurationsresultsize.md)
- [XblUserStatisticsGetMultipleUserStatisticsForMultipleServiceConfigurationsAsync](/ja-jp/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetmultipleuserstatisticsformultipleserviceconfigurationsasync.md)
- [XblUserStatisticsResult](/ja-jp/reference/live/xsapi-c/user_statistics_c/structs/xbluserstatisticsresult.md)
- [イベントベース統計の取得](/ja-jp/services/xbox-services/player-data/stats-leaderboards/event-based/how-to/live-getting-eb-stat.md)
- [XblUserStatisticsGetMultipleUserStatisticsResult](/ja-jp/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetmultipleuserstatisticsresult.md)
