HCCleanupAsync

Reclaims all resources associated with the library. If you called HCMemSetFunctions(), call this before shutting down your app's memory manager.

Syntax

HRESULT HCCleanupAsync(  
         XAsyncBlock* async  
)  

Parameters

async   
Type: XAsyncBlock*

Pointer to the XAsyncBlock for the asynchronous call.

Return value

Type: HRESULT

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

Requirements

Header: httpClient.h

Library: libHttpClient.141.GSDK.C.lib

See also

httpClient