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