Skip to main content

XblHttpCallCloseHandle

Decrements the reference count on the call object.

Syntax

Parameters

call   _In_
Type: XblHttpCallHandle
The handle of the HTTP call.

Return value

Type: void

Remarks

When the XblHttpCallHandle ref count is 0, XblHttpCallCloseHandle() will free the memory associated with the XblHttpCallHandle.

Requirements

Header: http_call_c.h Library: Microsoft.Xbox.Services.14x.GDK.C.lib

See also

http_call_c
Last modified on August 4, 2026