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

CProcessMemory Class Reference

Collaboration diagram for CProcessMemory:

List of all members.


Detailed Description

A class which allocates and accesses memory in a specified process.


Public Member Functions

 CProcessMemory (HANDLE hProcess, size_t size)
 Allocate memory of the requested size in the specified process.
 CProcessMemory (const CProcessMemory &rhs)
 ~CProcessMemory ()
 Release the memory that was allocated.
CProcessMemoryoperator= (const CProcessMemory &rhs)
void * GetMemory () const
 Access the memory.


Constructor & Destructor Documentation

CProcessMemory ( HANDLE  hProcess,
size_t  size 
)

Allocate memory of the requested size in the specified process.

CProcessMemory ( const CProcessMemory rhs  ) 

~CProcessMemory (  ) 

Release the memory that was allocated.


Member Function Documentation

CProcessMemory& operator= ( const CProcessMemory rhs  ) 

void * GetMemory (  )  const

Access the memory.


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