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

# XblHttpCallDuplicateHandle

> XblHttpCallDuplicateHandle

# XblHttpCallDuplicateHandle

Duplica el objeto XblHttpCallHandle.

## Sintaxis

```cpp theme={null}
HRESULT XblHttpCallDuplicateHandle(  
         XblHttpCallHandle call,  
         XblHttpCallHandle* duplicateHandle  
)  
```

### Parámetros

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

El identificador de la llamada HTTP.

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

El identificador duplicado.

### Valor devuelto

Tipo: HRESULT

Código de resultado para esta operación de API.

## Comentarios

Use XblHttpCallCloseHandle para cerrarlo.

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

- [HCHttpCallDuplicateHandle](/es/reference/live/httpclient/httpclient/functions/hchttpcallduplicatehandle.md)
- [XblHttpCallCloseHandle](/es/reference/live/xsapi-c/http_call_c/functions/xblhttpcallclosehandle.md)
- [HCMockCallDuplicateHandle](/es/reference/live/httpclient/mock/functions/hcmockcallduplicatehandle.md)
- [XblHttpCallCreate](/es/reference/live/xsapi-c/http_call_c/functions/xblhttpcallcreate.md)
- [HCWebSocketDuplicateHandle](/es/reference/live/httpclient/httpclient/functions/hcwebsocketduplicatehandle.md)
