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

# XblHttpCallCloseHandle

> XblHttpCallCloseHandle

# XblHttpCallCloseHandle

호출 개체에 대한 참조 카운트를 감소시킵니다.

## 구문

```cpp theme={null}
void XblHttpCallCloseHandle(  
         XblHttpCallHandle call  
)  
```

### 매개 변수

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

HTTP 호출의 핸들입니다.

### 반환값

형식: void

## 설명

XblHttpCallHandle 참조 카운트가 0이 되면 XblHttpCallCloseHandle()이 XblHttpCallHandle과 연결된 메모리를 해제합니다.

## 요구 사항

**헤더:** http\_call\_c.h

**라이브러리:** Microsoft.Xbox.Services.14x.GDK.C.lib

## 참고 항목

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


## Related topics

- [XblHttpCallDuplicateHandle](/ko/reference/live/xsapi-c/http_call_c/functions/xblhttpcallduplicatehandle.md)
- [XblHttpCallGetHeader](/ko/reference/live/xsapi-c/http_call_c/functions/xblhttpcallgetheader.md)
- [XblHttpCallGetHeaderAtIndex](/ko/reference/live/xsapi-c/http_call_c/functions/xblhttpcallgetheaderatindex.md)
- [XblHttpCallGetRequestUrl](/ko/reference/live/xsapi-c/http_call_c/functions/xblhttpcallgetrequesturl.md)
- [XblHttpCallGetResponseString](/ko/reference/live/xsapi-c/http_call_c/functions/xblhttpcallgetresponsestring.md)
