OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Winsock for OWL subsystem. More...
#include <owl/private/defs.h>
#include <owl/defs.h>
#include <owl/window.h>
#include <owl/winsock.h>
#include <owl/preclass.h>
#include <owl/posclass.h>
Go to the source code of this file.
Classes | |
class | owl::THostInfoWindow |
A private class created by THostInfoManager to catch WinSock messages. More... | |
class | owl::THostEntry |
THostEntry encapsulates the attributes of a host (hostent). More... | |
class | owl::THostInfoManager |
The THostInfoManager class (and its friend class THostInfoWindow) encapsulate the Winsock database functions gethostbyname(), gethostbyaddr(), and gethostname(). More... | |
Namespaces | |
namespace | owl |
Object Windows Library (OWLNext Core) | |
Macros | |
#define | WINSOCK_NOERROR (int)0 |
#define | WINSOCK_ERROR (int)SOCKET_ERROR |
#define | N_MAX_HOST_NAME 128 |
#define | MSG_HOST_INFO_NOTIFY ((UINT)(WM_USER+303)) |
Winsock for OWL subsystem.
Based on work by Paul Pedriana, 70541.nosp@m..322.nosp@m.3@com.nosp@m.puse.nosp@m.rve.c.nosp@m.om
Definition in file wskhostm.h.
Definition at line 37 of file wskhostm.h.
#define N_MAX_HOST_NAME 128 |
Definition at line 36 of file wskhostm.h.
#define WINSOCK_ERROR (int)SOCKET_ERROR |
Definition at line 31 of file wskhostm.h.
Definition at line 30 of file wskhostm.h.