DWC_ShutdownGHTTP

Syntax

#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; otherwise, the memory allocated by the GHTTP library remains allocated without being freed.

Arguments

None.

Return Values

TRUE Always TRUE.

See Also

DWC_InitGHTTP

Revision History

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


CONFIDENTIAL