Zen API
|
Enables or disables initialization of network services by this library.
On Windows, by default, the WSAStartup function is used to initialize the winsock interface. Use the kApiLib_EnableNetworkInitialization function (with kFALSE argument) to suppress any calls to WSAStartup/WSACleanup.
This function is not thread-safe and should be called before calling kApiLib_Construct.
enable | kTRUE for automatic network initialization; kFALSE otherwise. |