DWC_InitGHTTP

Syntax

#include <dwc.h>

BOOL DWC_InitGHTTP( const char* gamename );

Description

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).

Arguments

gamename Specify NULL. Retained for compatibility with past versions.

Return Values

TRUE Always TRUE.

See Also

DWC_ShutdownGHTTP

Revision History

2005/12/16 Revised the description of multiple function calls, arguments, and the return value.
2005/10/27 Initial version.


CONFIDENTIAL