Function silc_net_win32_init
SYNOPSIS
bool silc_net_win32_init(void);
DESCRIPTION
This is WIN32 system specific function and is used to initialize
the network. This must be called by all WIN32 applications. It
is usually called at the application's main() or WinMain() before
calling any other SILC routine. The application must also call
the silc_net_win32_uninit when exiting the application. Returns
FALSE on error. The network will not work if this function returns
FALSE.
NOTES
This routines is available only on Win32 platform.
|