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

Duplicates the XblHttpCallHandle object.

## Syntax

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

### Parameters

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

The handle of the HTTP call.

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

The duplicated handle.

### Return value

Type: HRESULT

Result code for this API operation.

## Remarks

Use XblHttpCallCloseHandle to close it.

## Requirements

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

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

## See also

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


## Related topics

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