TObjectId Class Reference
Link against: eposprvtyp.lib
Detailed Description
Encapsulates the Id of a kernel object.
Constructor & Destructor Documentation
TObjectId ( TUint64 )
Constructor taking an unsigned integer value.
Parameter | Description | anId | The value of the object id. |
Member Function Documentation
Id ( )
Return the ID as a 64 bit integer
operator TUint ( )
operator TUint | ( | ) | const [inline] |
Conversion operator invoked by the compiler when a TObjectId type is passed to a function that is prototyped to take a TUint type.
See also: TUint
operator!= ( TObjectId )
Tests whether this thread Id is unequal to the specified thread Id.
Parameter | Description | aId | The thread Id to be compared with this thread Id. |
Returns: True, if the thread Ids are unequal; false otherwise.
operator== ( TObjectId )
Tests whether this thread Id is equal to the specified Id.
Parameter | Description | aId | The thread Id to be compared with this thread Id. |
Returns: True, if the thread Ids are equal; false otherwise.