#include <dwc.h>
DWCTestInetResult DWC_TestInetProcess( void );
Runs the communication process used to perform the Internet connection test, then gets the test results.
After DWC_TestInetAsync is called, be sure to call DWC_TestInetProcess once per game frame while the DWC_TestInetProcess's return value is DWC_TESTINET_OPERATING.
None.
DWC_TESTINET_NOT_INITIALIZED |
The DWC_TestInetAsync function has not been called. |
DWC_TESTINET_OPERATING |
The communication process is currently running. |
DWC_TESTINET_CONNECTED |
Connection to the Internet has been confirmed. |
DWC_TESTINET_DISCONNECTED |
The state of not being connected to the Internet has been confirmed. Display the error code according to the DWC_GetLastErrorEx's result, and handle the error accordingly. |
2006/11/07 Initial version.
CONFIDENTIAL