The C++ framework for developing highly scalable, high performance servers on Windows platforms.

Interprocess Communication
[Win32 Tools Library]

Collaboration diagram for Interprocess Communication:


Modules

 Win32 Kernel Objects

Classes

class  CNamedPipe
 A simple wrapper around the Named Pipe API. More...
class  CSharedMemory
 A wrapper around the File Mapping, memory management, API which makes shared memory easier to use. Note that this class creates shared memory and if you pass in a name that's in the Global namespace then the caller needs to have the SeCreateGlobalPrivilege on their account for the code to work without an access denied exception from the constructor. More...
class  CSimpleNamedPipeClient
 A wrapper around the Named Pipe API which makes it easy to manage named pipe clients. More...
class  CSimpleNamedPipeServer
 A wrapper around the Named Pipe API which makes it easy to manage named pipe servers. The pipes created are read/write, overlapped, message oriented pipes. More...


Generated on Sun Sep 12 19:06:57 2021 for The Server Framework - v7.4 by doxygen 1.5.3