> ## 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.

# XblServiceConfigurationStatistic

> XblServiceConfigurationStatistic

# XblServiceConfigurationStatistic

サービス構成からの統計情報を格納します。

## 構文

```cpp theme={null}
typedef struct XblServiceConfigurationStatistic {  
    char serviceConfigurationId[XBL_SCID_LENGTH];  
    XblStatistic* statistics;  
    uint32_t statisticsCount;  
} XblServiceConfigurationStatistic  
```

### メンバー

*serviceConfigurationId*\
型: char\[XBL\_SCID\_LENGTH]

リーダーボードに関連付けられたサービス構成 ID (SCID)。

*statistics*\
型: [XblStatistic\*](/reference/live/xsapi-c/user_statistics_c/structs/xblstatistic)

リーダーボードで使用される統計のコレクション。

*statisticsCount*\
型: uint32\_t

**statistics** のサイズ。

## 次のメンバー

[XblUserStatisticsResult](/reference/live/xsapi-c/user_statistics_c/structs/xbluserstatisticsresult)

## 要件

**ヘッダー:** user\_statistics\_c.h

## 関連項目

[user\_statistics\_c](/reference/live/xsapi-c/user_statistics_c/user_statistics_c_members)
