DWC_InitGHTTP

C Specification

#include <dwc.h>

BOOL DWC_InitGHTTP( const char* gamename );

Description

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.

Arguments

gamename Specify NULL. Retained for compatibility with past versions.

Return Values

TRUE Always TRUE.

See Also

DWC_ShutdownGHTTP

Revision History

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.