|
||
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 TObjectId::Id()const
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()
Default constructor. TProcessId(TUint64)
Constructor taking an unsigned integer value.Inherited from TObjectId
:
Id()const
Return the ID as a 64 bit integer TObjectId(TUint64)
Constructor taking an unsigned integer value.operator TUint()const
Conversion operator invoked by the compiler when a TObjectId type is passed to a...operator!=(TObjectId)const
Tests whether this thread Id is unequal to the specified thread Id.operator==(TObjectId)const
Tests whether this thread Id is equal to the specified Id.RProcess
A handle to a process.inline TProcessId(TUint64 anId);
Constructor taking an unsigned integer value.
|