OWLNext 7.0
Borland's Object Windows Library for the modern age
|
TSocketInfo encapsulates the structure that contains details of the Windows Socket implementation. More...
#include <owl/wsksockm.h>
Public Member Functions | |
TSocketInfo () | |
Default constructor. Initializes all data members to 0. | |
TSocketInfo encapsulates the structure that contains details of the Windows Socket implementation.
For example, it contains the version of the Windows Socket specification implemented, the maximum number of sockets that a single process can open etc. etc.
Definition at line 34 of file wsksockm.h.
owl::TSocketInfo::TSocketInfo | ( | ) |
Default constructor. Initializes all data members to 0.
Definition at line 20 of file wsksockm.cpp.