DWC_ProcessGHTTP

C Specification

#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 because otherwise the processing required for the DWC_GetGHTTPData, DWC_GetGHTTPDataEx, DWC_GetGHTTPDataEx2, and DWC_PostGHTTPData functions is impossible.

Arguments

None.

Return Values

TRUE Function completes 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/07/24 Corrected errors
2006/01/18 Added support for the change to the specification 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