Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
Process Class Reference

#include <process.h>

Public Member Functions

 Process ()
 
 Process ()
 

Public Attributes

char directory [256]
 
char command [256]
 
char args [256]
 
HANDLE hProcess
 
DWORD dwProcessID
 
HANDLE hThread
 
DWORD dwThreadID
 

Detailed Description

Definition at line 27 of file process.h.

Constructor & Destructor Documentation

◆ Process() [1/2]

Process::Process ( )

Definition at line 21 of file process.cpp.

◆ Process() [2/2]

Process::Process ( )

Member Data Documentation

◆ args

char Process::args

Definition at line 34 of file process.h.

◆ command

char Process::command

Definition at line 33 of file process.h.

◆ directory

char Process::directory

Definition at line 32 of file process.h.

◆ dwProcessID

DWORD Process::dwProcessID

Definition at line 36 of file process.h.

◆ dwThreadID

DWORD Process::dwThreadID

Definition at line 38 of file process.h.

◆ hProcess

HANDLE Process::hProcess

Definition at line 35 of file process.h.

◆ hThread

HANDLE Process::hThread

Definition at line 37 of file process.h.


The documentation for this class was generated from the following files: