HCHttpCallCloseHandle

Decrements the reference count on the call object.

Syntax

HRESULT HCHttpCallCloseHandle(  
         HCCallHandle call  
)  

Parameters

call   _In_
Type: HCCallHandle

The handle of the HTTP call

Return value

Type: HRESULT

Result code for this API operation. Possible values are S_OK, E_INVALIDARG, or E_FAIL.

Remarks

When the HCCallHandle ref count is 0, HCHttpCallCloseHandle() will free the memory associated with the HCCallHandle.

Requirements

Header: httpClient.h

Library: libHttpClient.141.GSDK.C.lib

See also

httpClient