DWC_ProcessGHTTP

Syntax

#include <dwc.h>

BOOL DWC_ProcessGHTTP( void );

Description

This function executes the GHTTP Library network communication process. Call this function approximately once per game frame.

This function must be called; if it is not, the processing required for the DWC_GetGHTTPData, DWC_GetGHTTPDataEx, DWC_GetGHTTPDataEx2, and DWC_PostGHTTPData functions is impossible.

Arguments

None.

Return Values

TRUE Completed successfully.
FALSE Cannot execute because an error is being generated.

See Also

DWC_GetGHTTPData
DWC_GetGHTTPDataEx
DWC_GetGHTTPDataEx2
DWC_PostGHTTPData

Revision History

2006/12/27 Made revisions in line with the addition of the DWC_GetGHTTPDataEx2 function.
2006/7/24 Corrected errors.
2006/1/18 Added support for the change to the specification, namely that a FALSE will be returned when an error is being generated.
2005/12/16 Revised the description of the return values.
2005/10/27 Initial version.


CONFIDENTIAL