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

取消注册统计信息更改通知的事件处理程序。

## 语法

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

### 参数

*xblContextHandle*   \_In\_\
类型：[XblContextHandle](/reference/live/xsapi-c/types_c/handles/xblcontexthandle)

本地用户的 XBOX Live 上下文。

*context*   \_In\_\
类型：XblFunctionContext

注册事件处理程序时返回的 function\_context 对象。

### 返回值

类型：void

## 要求

**头文件：** 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

- [对 RTA 服务进行编程](/zh-CN/services/xbox-services/fundamentals/rta/how-to/live-programming-rta.md)
- [XblUserStatisticsAddStatisticChangedHandler](/zh-CN/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsaddstatisticchangedhandler.md)
- [XblStatisticChangedHandler](/zh-CN/reference/live/xsapi-c/user_statistics_c/functions/xblstatisticchangedhandler.md)
- [XblUserStatisticsTrackStatistics](/zh-CN/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticstrackstatistics.md)
- [XblStatisticChangeEventArgs](/zh-CN/reference/live/xsapi-c/user_statistics_c/structs/xblstatisticchangeeventargs.md)
