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

# XblServiceCallRoutedArgs

> XblServiceCallRoutedArgs

# XblServiceCallRoutedArgs

Contiene información sobre una llamada de servicio.

## Sintaxis

```cpp theme={null}
typedef struct XblServiceCallRoutedArgs {  
    HCCallHandle call;  
    uint64_t responseCount;  
    const char* fullResponseFormatted;  
} XblServiceCallRoutedArgs  
```

### Miembros

*call*\
Tipo: HCCallHandle

Identificador de la llamada de servicio.

*responseCount*\
Tipo: uint64\_t

Número de respuestas en esta sesión.

*fullResponseFormatted*\
Tipo: const char\*

Devuelve el mensaje con formato del registro de respuesta completo de todas las propiedades de XblServiceCallRoutedArgs.

## Requisitos

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

## Consulte también

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


## Related topics

- [XblAddServiceCallRoutedHandler](/es/reference/live/xsapi-c/xbox_live_global_c/functions/xbladdservicecallroutedhandler.md)
- [XblRemoveServiceCallRoutedHandler](/es/reference/live/xsapi-c/xbox_live_global_c/functions/xblremoveservicecallroutedhandler.md)
- [HCAddCallRoutedHandler](/es/reference/live/httpclient/httpclient/functions/hcaddcallroutedhandler.md)
- [HCRemoveCallRoutedHandler](/es/reference/live/httpclient/httpclient/functions/hcremovecallroutedhandler.md)
- [XblInitArgs](/es/reference/live/xsapi-c/xbox_live_global_c/structs/xblinitargs.md)
