OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TSocketInfo Class Reference

TSocketInfo encapsulates the structure that contains details of the Windows Socket implementation. More...

#include <owl/wsksockm.h>

Inheritance diagram for owl::TSocketInfo:

Public Member Functions

 TSocketInfo ()
 Default constructor. Initializes all data members to 0.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ TSocketInfo()

owl::TSocketInfo::TSocketInfo ( )

Default constructor. Initializes all data members to 0.

Definition at line 20 of file wsksockm.cpp.


The documentation for this class was generated from the following files: