#include <dwc.h>
BOOL DWC_ProcessGHTTP( void );
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_PostGHTTPData
, DWC_GetGHTTPData
, and DWC_GetGHTTPDataEx
functions is impossible.
None.
TRUE |
Function completed normally. |
FALSE |
Cannot execute because an error is being generated. |
DWC_PostGHTTPData, DWC_GetGHTTPData, DWC_GetGHTTPDataEx
07/24/2006 Corrected errors
01/18/2006 Added support for the change to the specification that a FALSE will be returned when an error is being generated.
12/16/2005 Revised the description of the return values.
10/27/2005 Initial version.
CONFIDENTIAL