#include <dwc.h>
BOOL DWC_CheckInet( void );
Checks the result of the automatic connection process. After calling DWC_ProcessInet
, use this function to check whether the automatic connection process completed.
Be sure to check the detailed status of the Internet connection using DWC_GetInetStatus
.
None.
TRUE |
The automatic connection process is completed. |
FALSE |
The automatic connection process is either underway or is about to start. |
DWC_InitInet, DWC_SetAuthServer, DWC_ConnectInetAsync, DWC_ProcessInet, DWC_GetInetStatus, DWC_CleanupInet DWC_CleanupInetAsync
12/16/2005 Revised the description of the function and its arguments.
10/26/2005 Made changes.
07/22/2005 Initial version.