OWLNext    7.0
Borland's Object Windows Library for the modern age
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
wskhostm.h File Reference

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))
 

Detailed Description

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.

Macro Definition Documentation

◆ MSG_HOST_INFO_NOTIFY

#define MSG_HOST_INFO_NOTIFY   ((UINT)(WM_USER+303))

Definition at line 37 of file wskhostm.h.

◆ N_MAX_HOST_NAME

#define N_MAX_HOST_NAME   128

Definition at line 36 of file wskhostm.h.

◆ WINSOCK_ERROR

#define WINSOCK_ERROR   (int)SOCKET_ERROR

Definition at line 31 of file wskhostm.h.

◆ WINSOCK_NOERROR

#define WINSOCK_NOERROR   (int)0

Definition at line 30 of file wskhostm.h.