DWC_TestInetProcess

C Specification

#include <dwc.h>

DWCTestInetResult DWC_TestInetProcess( void );

Description

Executes the communication process used to perform the Internet connection test and then gets the results of the test.

After DWC_TestInetAsync has been called, be sure to call this function once per game frame while the return value of this function is DWC_TESTINET_OPERATING.

Arguments

None.

Return Values

DWC_TESTINET_NOT_INITIALIZED The DWC_TestInetAsync function has not been called.
DWC_TESTINET_OPERATING The communication process is currently being executed.
DWC_TESTINET_CONNECTED Connection to the Internet has been confirmed.
DWC_TESTINET_DISCONNECTED Disconnection from the Internet has been confirmed.
Display the error code according to the result of the DWC_GetLastErrorEx function and handle the error accordingly.

See Also

DWC_TestInetAsync

Revision History

2006/11/07 Initial version.


CONFIDENTIAL