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

# HCGetHttpCallPerformFunction

> HCGetHttpCallPerformFunction

# HCGetHttpCallPerformFunction

현재 플랫폼에서 HTTP perform 함수를 구현하는 현재 HCCallPerformFunction 콜백을 반환합니다.

## Syntax

```cpp theme={null}
HRESULT HCGetHttpCallPerformFunction(  
         HCCallPerformFunction* performFunc,  
         void** performContext  
)  
```

### Parameters

*performFunc*   \_Out\_\
Type: HCCallPerformFunction\*

현재 HTTP perform 함수로 설정됩니다. 이전에 설정된 적이 없으면 기본 루틴을 반환합니다.

*performContext*   \_Out\_\
Type: void\*\*

콜백에 대한 컨텍스트입니다.

### Return value

Type: HRESULT

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

## Remarks

이 함수는 HCSetHttpCallPerformFunction()과 함께 사용하여 기본 HTTP 구현을 계속 사용하면서 모든 HTTP 호출을 모니터링하고 수정하는 필터를 구축할 수 있습니다.

## Requirements

**Header:** httpProvider.h

**Library:** libHttpClient.GDK.lib

## See also

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


## Related topics

- [HCSetHttpCallPerformFunction](/ko/reference/live/httpclient/httpprovider/functions/hcsethttpcallperformfunction.md)
- [HCHttpCallPerformAsync](/ko/reference/live/httpclient/httpclient/functions/hchttpcallperformasync.md)
- [XblHttpCallPerformAsync](/ko/reference/live/xsapi-c/http_call_c/functions/xblhttpcallperformasync.md)
- [XblHttpCallGetResponseString](/ko/reference/live/xsapi-c/http_call_c/functions/xblhttpcallgetresponsestring.md)
- [XblHttpCallGetResponseBodyBytes](/ko/reference/live/xsapi-c/http_call_c/functions/xblhttpcallgetresponsebodybytes.md)
