OWLNext 7.0
Borland's Object Windows Library for the modern age
|
TWinSock is an alias for an instance of the TDllLoader template which ensures the underlying DLL is loaded and available. More...
#include <owl/winsock.h>
Static Public Member Functions | |
static bool | IsAvailable (void) |
Returns true if the DLL implementing WinSock is available and loaded, or false otherwise. | |
static TWinSockDll * | Dll (void) |
TWinSock is an alias for an instance of the TDllLoader template which ensures the underlying DLL is loaded and available.
The 'IsAvailable' method (defined by the TDllLoader template) can be used to load the DLL. For example,
|
static |
Definition at line 428 of file winsock.cpp.
Returns true if the DLL implementing WinSock is available and loaded, or false otherwise.
Definition at line 422 of file winsock.cpp.
References owl::TWinSockDll::IsAvailable().