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

이 호출 객체에 연결된 컨텍스트 포인터를 가져옵니다.

## Syntax

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

### Parameters

*call*   \_In\_\
Type: HCCallHandle

HTTP 호출의 핸들입니다.

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

이 호출 객체에 연결된 컨텍스트 포인터입니다.

### Return value

Type: HRESULT

이 API 작업의 결과 코드입니다. 가능한 값은 S\_OK, E\_INVALIDARG 또는 E\_FAIL입니다.

## Requirements

**Header:** httpProvider.h

**Library:** libHttpClient.GDK.lib

## See also

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


## Related topics

- [HCHttpCallSetContext](/ko/reference/live/httpclient/httpprovider/functions/hchttpcallsetcontext.md)
- [HCGetHttpCallPerformFunction](/ko/reference/live/httpclient/httpprovider/functions/hcgethttpcallperformfunction.md)
- [HCHttpCallResponseGetResponseBodyWriteFunction](/ko/reference/live/httpclient/httpprovider/functions/hchttpcallresponsegetresponsebodywritefunction.md)
- [HCHttpCallRequestGetRequestBodyReadFunction](/ko/reference/live/httpclient/httpprovider/functions/hchttpcallrequestgetrequestbodyreadfunction.md)
- [HCHttpCallGetId](/ko/reference/live/httpclient/httpclient/functions/hchttpcallgetid.md)
