FreeHTTPSession function
The FreeHttpSession function will free the recources allocated for the HTTPSession structure.Syntax
void __stdcall FreeHTTPSession(
__in HTTPSession *httpSession
);
Parameters
httpSession [in]Return value
This function does not return a value.
Requirements
Should be exported by
| -
|
Minimum supported API | 1.00
|
Header | tvsserver_base
|
.h
Library(x86) | tvs_server_http_protocol
|
_x86.lib
Library(x64) | tvs_server_http_protocol
|
_x64.lib
DLL(x86) | tvs_server_http_protocol
|
_x86.DLL
DLL(x64) | tvs_server_http_protocol
|
_x64.DLL
| |