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

# XblHttpCallSetTracing

> XblHttpCallSetTracing

# XblHttpCallSetTracing

Habilita o deshabilita el seguimiento para esta llamada HTTP específica.

## Sintaxis

```cpp theme={null}
HRESULT XblHttpCallSetTracing(  
         XblHttpCallHandle call,  
         bool traceCall  
)  
```

### Parámetros

*call*   \_In\_\
Tipo: [XblHttpCallHandle](/reference/live/xsapi-c/http_call_c/handles/xblhttpcallhandle)

El identificador de la llamada HTTP.

*traceCall*   \_In\_\
Tipo: bool

Realiza el seguimiento de esta llamada.

### Valor devuelto

Tipo: HRESULT

Código de resultado para esta operación de API. Los valores posibles son S\_OK, E\_INVALIDARG o E\_FAIL.

## Comentarios

El valor predeterminado es true.

## Requisitos

**Encabezado:** http\_call\_c.h

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

## Consulte también

[http\_call\_c](/reference/live/xsapi-c/http_call_c/http_call_c_members)


## Related topics

- [HCHttpCallSetTracing](/es/reference/live/httpclient/httpclient/functions/hchttpcallsettracing.md)
- [XblHttpCallRequestSetHeader](/es/reference/live/xsapi-c/http_call_c/functions/xblhttpcallrequestsetheader.md)
- [XblHttpCallRequestSetLongHttpCall](/es/reference/live/xsapi-c/http_call_c/functions/xblhttpcallrequestsetlonghttpcall.md)
- [XblHttpCallRequestSetRetryAllowed](/es/reference/live/xsapi-c/http_call_c/functions/xblhttpcallrequestsetretryallowed.md)
- [XblHttpCallRequestSetRequestBodyBytes](/es/reference/live/xsapi-c/http_call_c/functions/xblhttpcallrequestsetrequestbodybytes.md)
