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

구독된 통계의 변경 사항에 대한 정보를 포함합니다.

## Syntax

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

### Members

*xboxUserId*\
Type: uint64\_t

구독을 만드는 데 사용된 XBOX 사용자 ID입니다.

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

구독을 만드는 데 사용된 서비스 구성 ID입니다.

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

값이 업데이트된 통계입니다.

## Argument of

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

## Requirements

**Header:** user\_statistics\_c.h

## See also

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


## Related topics

- [XblStatistic](/ko/reference/live/xsapi-c/user_statistics_c/structs/xblstatistic.md)
- [XblStatisticChangedHandler](/ko/reference/live/xsapi-c/user_statistics_c/functions/xblstatisticchangedhandler.md)
- [XblUserStatisticsAddStatisticChangedHandler](/ko/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsaddstatisticchangedhandler.md)
- [RTA 서비스 프로그래밍](/ko/services/xbox-services/fundamentals/rta/how-to/live-programming-rta.md)
- [이벤트 기반 통계 변경 처리](/ko/services/xbox-services/player-data/stats-leaderboards/event-based/how-to/live-handling-eb-stat-change.md)
