|
||
class TObjectId;
Encapsulates the Id of a kernel object.
Defined in TObjectId
:
Id()const
Return the ID as a 64 bit integer TObjectId()
Default constructor. 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.inline TObjectId(TUint64 anId);
Constructor taking an unsigned integer value.
|
inline operator TUint() const;
Conversion operator invoked by the compiler when a TObjectId type is passed to a function that is prototyped to take a TUint type.
|