DWC_CheckInet

Syntax

#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

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


CONFIDENTIAL