#include <dwc.h>
BOOL DWC_ShutdownGHTTP( void );
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.
None.
TRUE |
Always TRUE. |
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.