> ## 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](/ja-jp/reference/live/httpclient/httpclient/functions/hcremovecallroutedhandler.md)
- [XblAddServiceCallRoutedHandler](/ja-jp/reference/live/xsapi-c/xbox_live_global_c/functions/xbladdservicecallroutedhandler.md)
- [XblServiceCallRoutedArgs](/ja-jp/reference/live/xsapi-c/xbox_live_global_c/structs/xblservicecallroutedargs.md)
- [HCRemoveWebSocketRoutedHandler](/ja-jp/reference/live/httpclient/httpclient/functions/hcremovewebsocketroutedhandler.md)
- [HCAddCallRoutedHandler](/ja-jp/reference/live/httpclient/httpclient/functions/hcaddcallroutedhandler.md)
