#include <e32std.h>
class TProcessId : public TObjectId |
Public Member Functions | |
---|---|
TProcessId() | |
TProcessId(TUint64) |
Encapsulates the Id of a process.
An object of this type is not explicitly constructed in open code, but is returned by the Id() member function of a process handle, an RProcess type.
See also: RProcess
TProcessId | ( | TUint64 | anId | ) | [inline] |
Constructor taking an unsigned integer value.
Parameters | |
---|---|
anId | The value of the process id. |