DWC_ShutdownGHTTP

C Specification

#include <dwc.h>

BOOL DWC_ShutdownGHTTP( void );

Description

This function shuts down the GHTTP library and releases memory allocated inside the library.

If DWC_InitGHTTP has been called more than once, this function must be called the same number of times. Memory allocated by the GHTTP library remains without being freed.

Arguments

None.

Return Values

TRUE Always TRUE.

See Also

DWC_InitGHTTP

Revision History

12/16/2005 Revised the description of making multiple function calls and the descriptions of arguments and the return value.
10/27/2005 Initial version.