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

Anula el registro de todas las notificaciones de llamadas de servicio.

## Sintaxis

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

### Parámetros

*token*   \_In\_\
Tipo: XblFunctionContext

El objeto XblFunctionContext que se devolvió cuando se registró el controlador de eventos.

### Valor devuelto

Tipo: void

## Requisitos

**Encabezado:** xbox\_live\_global\_c.h

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

## Consulte también

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


## Related topics

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