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