OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
wskservm.h File Reference

Winsock for OWL subsystem. More...

#include <owl/private/defs.h>
#include <owl/defs.h>
#include <owl/window.h>
#include <winsock.h>
#include <owl/preclass.h>
#include <owl/posclass.h>

Go to the source code of this file.

Classes

class  owl::TServiceWindow
 TServiceWindow is a private class created by the TServiceManager to catch notifications. More...
 
class  owl::TServiceEntry
 Encapsulates information about a service. More...
 
class  owl::TServiceManager
 The TServiceManager class (and its friend class TServiceWindow) encapsulate the Winsock database functions getservbyname(), getservbyport(), WSAAsyncGetServByName(), and WSAAsyncGetServByPort(). More...
 

Namespaces

namespace  owl
 Object Windows Library (OWLNext Core)
 

Macros

#define WINSOCK_NOERROR   (int)0
 
#define WINSOCK_ERROR   (int)SOCKET_ERROR
 
#define N_MAX_SERVICE_NAME   128
 
#define MSG_SERVICE_NOTIFY   ((UINT)(WM_USER+302))
 

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 wskservm.h.

Macro Definition Documentation

◆ MSG_SERVICE_NOTIFY

#define MSG_SERVICE_NOTIFY   ((UINT)(WM_USER+302))

Definition at line 32 of file wskservm.h.

◆ N_MAX_SERVICE_NAME

#define N_MAX_SERVICE_NAME   128

Definition at line 31 of file wskservm.h.

◆ WINSOCK_ERROR

#define WINSOCK_ERROR   (int)SOCKET_ERROR

Definition at line 26 of file wskservm.h.

◆ WINSOCK_NOERROR

#define WINSOCK_NOERROR   (int)0

Definition at line 25 of file wskservm.h.