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

# XblStatisticChangeEventArgs

> XblStatisticChangeEventArgs

# XblStatisticChangeEventArgs

サブスクライブされた統計の変更に関する情報を格納します。

## 構文

```cpp theme={null}
typedef struct XblStatisticChangeEventArgs {  
    uint64_t xboxUserId;  
    char serviceConfigurationId[XBL_SCID_LENGTH];  
    XblStatistic latestStatistic;  
} XblStatisticChangeEventArgs  
```

### メンバー

*xboxUserId*\
型: uint64\_t

サブスクリプションの作成に使用された XBOX ユーザー ID。

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

サブスクリプションの作成に使用されたサービス構成 ID。

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

更新された値を持つ統計。

## 使用される引数

[XblStatisticChangedHandler](/reference/live/xsapi-c/user_statistics_c/functions/xblstatisticchangedhandler)

## 要件

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

## 関連項目

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


## Related topics

- [XblStatistic](/ja-jp/reference/live/xsapi-c/user_statistics_c/structs/xblstatistic.md)
- [XblStatisticChangedHandler](/ja-jp/reference/live/xsapi-c/user_statistics_c/functions/xblstatisticchangedhandler.md)
- [XblUserStatisticsAddStatisticChangedHandler](/ja-jp/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsaddstatisticchangedhandler.md)
- [RTA サービスのプログラミング](/ja-jp/services/xbox-services/fundamentals/rta/how-to/live-programming-rta.md)
- [イベントベース統計変更の処理](/ja-jp/services/xbox-services/player-data/stats-leaderboards/event-based/how-to/live-handling-eb-stat-change.md)
