Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWWinSockInfo



Module

Networking Tools: Network Communication Classes (net library)

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

Member Functions

Synopsis

#include <rw/toolpro/winsock.h>

Required Libraries

net, tls (and possibly std)

Description

Performs initialization for the socket API on Windows platforms. Initialization is required before your application can make requests of the Winsock API and deregistration is required for applications that no longer need Winsock services.

Note that we encourage all users to include this class in their code. While using this class does not affect the behavior of programs that run on UNIX, it does make them portable to Windows environments.


NOTE: If you use Winsock.dll in a DLL, either directly or indirectly, you must initialize it. The fastest way to do this may be to create an instance of RWWinSockInfo in DllMain().

Public Constructors

RWWinSockInfo();
RWWinSockInfo(FARPROC blockingHook);

Public Destructor

~RWWinSockInfo();

Public Member Functions

static FARPROC
lookUpBlockingHook(BlockingHook);
RWCString
description() const;


Previous fileTop of DocumentContentsIndexNext file

©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.