> ## 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](/ja-jp/reference/live/xsapi-c/http_call_c/functions/xblhttpcallduplicatehandle.md)
- [XblHttpCallGetHeader](/ja-jp/reference/live/xsapi-c/http_call_c/functions/xblhttpcallgetheader.md)
- [XblHttpCallGetHeaderAtIndex](/ja-jp/reference/live/xsapi-c/http_call_c/functions/xblhttpcallgetheaderatindex.md)
- [XblHttpCallGetRequestUrl](/ja-jp/reference/live/xsapi-c/http_call_c/functions/xblhttpcallgetrequesturl.md)
- [XblHttpCallGetResponseString](/ja-jp/reference/live/xsapi-c/http_call_c/functions/xblhttpcallgetresponsestring.md)
