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

# XblHttpCallCloseHandle

> XblHttpCallCloseHandle

# XblHttpCallCloseHandle

Disminuye el recuento de referencias del objeto de llamada.

## Sintaxis

```cpp theme={null}
void XblHttpCallCloseHandle(  
         XblHttpCallHandle call  
)  
```

### Parámetros

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

El identificador de la llamada HTTP.

### Valor devuelto

Tipo: void

## Comentarios

Cuando el recuento de referencias de XblHttpCallHandle es 0, XblHttpCallCloseHandle() liberará la memoria asociada con el XblHttpCallHandle.

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

- [XblHttpCallDuplicateHandle](/es/reference/live/xsapi-c/http_call_c/functions/xblhttpcallduplicatehandle.md)
- [XblHttpCallGetHeader](/es/reference/live/xsapi-c/http_call_c/functions/xblhttpcallgetheader.md)
- [XblHttpCallGetHeaderAtIndex](/es/reference/live/xsapi-c/http_call_c/functions/xblhttpcallgetheaderatindex.md)
- [XblHttpCallGetRequestUrl](/es/reference/live/xsapi-c/http_call_c/functions/xblhttpcallgetrequesturl.md)
- [XblHttpCallGetResponseString](/es/reference/live/xsapi-c/http_call_c/functions/xblhttpcallgetresponsestring.md)
