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

# XblRemoveServiceCallRoutedHandler

> XblRemoveServiceCallRoutedHandler

# XblRemoveServiceCallRoutedHandler

取消注册所有服务调用通知。

## 语法

```cpp theme={null}
void XblRemoveServiceCallRoutedHandler(  
         XblFunctionContext token  
)  
```

### 参数

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

注册事件处理程序时返回的 XblFunctionContext 对象。

### 返回值

类型：void

## 要求

**头文件：** xbox\_live\_global\_c.h

**库：** Microsoft.Xbox.Services.14x.GDK.C.lib

## 另请参阅

[xbox\_live\_global\_c](/reference/live/xsapi-c/xbox_live_global_c/xbox_live_global_c_members)


## Related topics

- [HCRemoveCallRoutedHandler](/zh-CN/reference/live/httpclient/httpclient/functions/hcremovecallroutedhandler.md)
- [XblAddServiceCallRoutedHandler](/zh-CN/reference/live/xsapi-c/xbox_live_global_c/functions/xbladdservicecallroutedhandler.md)
- [XblServiceCallRoutedArgs](/zh-CN/reference/live/xsapi-c/xbox_live_global_c/structs/xblservicecallroutedargs.md)
- [HCRemoveWebSocketRoutedHandler](/zh-CN/reference/live/httpclient/httpclient/functions/hcremovewebsocketroutedhandler.md)
- [HCAddCallRoutedHandler](/zh-CN/reference/live/httpclient/httpclient/functions/hcaddcallroutedhandler.md)
