#include <dwc.h>
BOOL DWC_InitGHTTP( const char* gamename );
Initializes the GHTTP library.
This function must be called at least once before using the GHTTP library.
Although it's not necessary to call this function more than once, if it has been called more than once, DWC_ShutdownGHTTP
must be called the same number of times. Memory allocated by the GHTTP library remains without being freed.
gamename |
Specify NULL. Retained for compatibility with past versions. |
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.