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

# XblUserStatisticsRemoveStatisticChangedHandler

> XblUserStatisticsRemoveStatisticChangedHandler

# XblUserStatisticsRemoveStatisticChangedHandler

통계 변경 알림에 대한 이벤트 처리기 등록을 해제합니다.

## Syntax

```cpp theme={null}
void XblUserStatisticsRemoveStatisticChangedHandler(  
         XblContextHandle xblContextHandle,  
         XblFunctionContext context  
)  
```

### Parameters

*xblContextHandle*   \_In\_\
Type: [XblContextHandle](/reference/live/xsapi-c/types_c/handles/xblcontexthandle)

로컬 사용자에 대한 XBOX live 컨텍스트입니다.

*context*   \_In\_\
Type: XblFunctionContext

이벤트 처리기가 등록될 때 반환된 function\_context 개체입니다.

### Return value

Type: void

## Requirements

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

**Library:** Microsoft.Xbox.Services.14x.GDK.C.lib

## See also

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


## Related topics

- [RTA 서비스 프로그래밍](/ko/services/xbox-services/fundamentals/rta/how-to/live-programming-rta.md)
- [XblUserStatisticsAddStatisticChangedHandler](/ko/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsaddstatisticchangedhandler.md)
- [XblStatisticChangedHandler](/ko/reference/live/xsapi-c/user_statistics_c/functions/xblstatisticchangedhandler.md)
- [XblUserStatisticsTrackStatistics](/ko/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticstrackstatistics.md)
- [XblStatisticChangeEventArgs](/ko/reference/live/xsapi-c/user_statistics_c/structs/xblstatisticchangeeventargs.md)
