#include <dwc.h>
void DWC_CleanupInet( void );
Ends automatic connection processing. All thread processing is blocked until disconnected from the Internet.
Note that asynchronous termination is also available by using DWC_CleanupInetAsync
.
None.
None.
DWC_CheckInet, DWC_SetAuthServer, DWC_ConnectInetAsync, DWC_CheckInet, DWC_ProcessInet, DWC_GetInetStatus DWC_CleanupInetAsync,
12/16/2005 Added mention of the existence of the DWC_CleanupInetAsync() function.
10/26/2005 Made revisions.
07/22/2005 Initial version.