Video Processing Framework
DProcess Class Reference

PROCESS UTILITIES. More...

#include <UtilityFunctions.h>

List of all members.

Public Member Functions

 DProcess ()
 ~DProcess ()
int init ()
 start/stop process
int init (std::string procName, std::string pathToProc)
 start/stop process
int endProcess ()
 start/stop process
int sendMessageToProcess (UINT mPar, WPARAM wPar, LPARAM lPar)
 Send message to process.
 DProcess ()
 ~DProcess ()
int init ()
 start/stop process
int init (std::string procName, std::string pathToProc)
 start/stop process
int endProcess ()
 start/stop process
int sendMessageToProcess (UINT mPar, WPARAM wPar, LPARAM lPar)
 Send message to process.
int killProcess ()
 start/stop process
int sendKill ()
int initProcess ()
 start/stop process
int startProcess ()
 start/stop process

Static Public Member Functions

static DWORD FindProcessId (const std::string &processName)
 Send message to process.

Public Attributes

std::string processName = ""
std::string pathToProcess = ""
std::string commandLineArguments = ""

Static Public Attributes

static std::string processName
static std::string pathToProcess
static std::string commandLineArguments

Detailed Description

PROCESS UTILITIES.


Constructor & Destructor Documentation

DProcess::DProcess ( )
DProcess::~DProcess ( )
DProcess::DProcess ( )
DProcess::~DProcess ( )

Member Function Documentation

int DProcess::endProcess ( )

start/stop process

int DProcess::endProcess ( )

start/stop process

static DWORD DProcess::FindProcessId ( const std::string &  processName) [static]

Send message to process.

int DProcess::init ( std::string  procName,
std::string  pathToProc 
)

start/stop process

int DProcess::init ( )

start/stop process

int DProcess::init ( std::string  procName,
std::string  pathToProc 
)

start/stop process

int DProcess::init ( )

start/stop process

int DProcess::initProcess ( )

start/stop process

int DProcess::killProcess ( )

start/stop process

int DProcess::sendKill ( )
int DProcess::sendMessageToProcess ( UINT  mPar,
WPARAM  wPar,
LPARAM  lPar 
)

Send message to process.

int DProcess::sendMessageToProcess ( UINT  mPar,
WPARAM  wPar,
LPARAM  lPar 
)

Send message to process.

int DProcess::startProcess ( )

start/stop process


Member Data Documentation

std::string DProcess::commandLineArguments [static]
std::string DProcess::pathToProcess [static]
std::string DProcess::pathToProcess = ""
std::string DProcess::processName [static]
std::string DProcess::processName = ""

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines