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

# HCHttpCallGetContext

> HCHttpCallGetContext

# HCHttpCallGetContext

Gets the context pointer attached to this call object.

## Syntax

```cpp theme={null}
HRESULT HCHttpCallGetContext(  
         HCCallHandle call,  
         void** context  
)  
```

### Parameters

*call*   \_In\_\
Type: HCCallHandle

The handle of the HTTP call.

*context*   \_In\_\
Type: void\*\*

the context pointer attached to this call object.

### Return value

Type: HRESULT

Result code for this API operation. Possible values are S\_OK, E\_INVALIDARG, or E\_FAIL.

## Requirements

**Header:** httpProvider.h

**Library:** libHttpClient.GDK.lib

## See also

[httpProvider](/reference/live/httpclient/httpprovider/httpprovider_members)


## Related topics

- [HCGetHttpCallPerformFunction](/reference/live/httpclient/httpprovider/functions/hcgethttpcallperformfunction.md)
- [HCHttpCallResponseGetResponseBodyWriteFunction](/reference/live/httpclient/httpprovider/functions/hchttpcallresponsegetresponsebodywritefunction.md)
- [HCHttpCallRequestGetRequestBodyReadFunction](/reference/live/httpclient/httpprovider/functions/hchttpcallrequestgetrequestbodyreadfunction.md)
- [HCHttpCallSetContext](/reference/live/httpclient/httpprovider/functions/hchttpcallsetcontext.md)
- [XblContextSettingsGetLongHttpTimeout](/reference/live/xsapi-c/xbox_live_context_settings_c/functions/xblcontextsettingsgetlonghttptimeout.md)
