DWC_CheckInet

C Specification

#include <dwc.h>

BOOL DWC_CheckInet( void );

Description

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.

Arguments

None.

Return Values

TRUE The automatic connection process is completed.
FALSE The automatic connection process is either underway or is about to start.

See Also

DWC_InitInet, DWC_SetAuthServer, DWC_ConnectInetAsync, DWC_ProcessInet, DWC_GetInetStatus, DWC_CleanupInet DWC_CleanupInetAsync

Revision History

12/16/2005 Revised the description of the function and its arguments.
10/26/2005 Made changes.
07/22/2005 Initial version.