Location:
e32std.h
class TProcessId : public TObjectId;
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.
TObjectId
- Encapsulates the Id of a kernel object
TProcessId
- Encapsulates the Id of a process
Defined in TProcessId
:
TProcessId()
, TProcessId()
Inherited from TObjectId
:
Id()
,
operator TUint()
,
operator!=()
,
operator==()
inline TProcessId(TUint64 anId);
Constructor taking an unsigned integer value.
|