#include <dwc.h>
BOOL DWC_InitGHTTP( const char* gamename );
Initializes the GHTTP library.
This function must be called at least once before the GHTTP library is used.
It is not necessary to call this function more than once. However, if it has been called more than once, DWC_ShutdownGHTTP must be called the same number of times; otherwise, memory allocated by the GHTTP library will remain allocated (not freed).
gamename |
Specify NULL. Retained for compatibility with past versions. |
TRUE |
Always TRUE. |
2005/12/16 Revised the description of multiple function calls, arguments, and the return value.
2005/10/27 Initial version.
CONFIDENTIAL