|
Video Processing Framework
|
PROCESS UTILITIES. More...
#include <UtilityFunctions.h>
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 |
PROCESS UTILITIES.
| DProcess::DProcess | ( | ) |
| DProcess::~DProcess | ( | ) |
| DProcess::DProcess | ( | ) |
| DProcess::~DProcess | ( | ) |
| 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
| std::string DProcess::commandLineArguments = "" |
std::string DProcess::commandLineArguments [static] |
std::string DProcess::pathToProcess [static] |
| std::string DProcess::pathToProcess = "" |
std::string DProcess::processName [static] |
| std::string DProcess::processName = "" |