54 PsiProcess(
const int,
const char *
const,
const char *
const,
bool);
110 void setArgs(std::string _args);
A class, describing a Process on the Psion.
const char * getName()
Retrieve the file name of a process.
~PsiProcess()
Default destructor.
void setArgs(std::string _args)
friend std::ostream & operator<<(std::ostream &o, const PsiProcess &p)
Prints the object contents.
PsiProcess()
Default constructor.
const char * getProcId()
Retrieve the file name and PID of a process.
PsiProcess & operator=(const PsiProcess &p)
Assignment operator Mainly used by STL container classes.
int getPID()
Retrieves the PID of a process.
const char * getArgs()
Retrieve the file name of a process.
Remote procedure call services via PLP.