Share via


HCHttpCallGetId

Returns a unique uint64_t which identifies this HTTP call object.

Syntax

uint64_t HCHttpCallGetId(  
         HCCallHandle call  
)  

Parameters

call   _In_
Type: HCCallHandle

The handle of the HTTP call.

Return value

Type: uint64_t

Returns a unique uint64_t which identifies this HTTP call object or 0 if invalid.

Requirements

Header: httpClient.h

Library: libHttpClient.GDK.lib

See also

httpClient