#include <pprocess.h>
Inheritance diagram for PLibraryProcess:
Public Member Functions | |
virtual void | Main () |
< Dummy Main() as libraries do not have one. | |
Construction | |
PLibraryProcess (const char *manuf="", const char *name="", WORD majorVersion=1, WORD minorVersion=0, CodeStatus status=ReleaseCode, WORD buildNumber=1) |
PLibraryProcess::PLibraryProcess | ( | const char * | manuf = "" , |
|
const char * | name = "" , |
|||
WORD | majorVersion = 1 , |
|||
WORD | minorVersion = 0 , |
|||
CodeStatus | status = ReleaseCode , |
|||
WORD | buildNumber = 1 | |||
) | [inline] |
Create a new process instance.
manuf | Name of manufacturer |
name | Name of product |
majorVersion | Major version number of the product |
minorVersion | Minor version number of the product |
status | Development status of the product |
buildNumber | Build number of the product |
virtual void PLibraryProcess::Main | ( | ) | [inline, virtual] |