TObjectId Class Reference

#include <e32std.h>

class TObjectId

Detailed Description

Encapsulates the Id of a kernel object.

Constructor & Destructor Documentation

TObjectId ( )

TObjectId()[inline]

Default constructor.

TObjectId ( TUint64 )

TObjectId(TUint64anId)[inline]

Constructor taking an unsigned integer value.

Parameters
anIdThe value of the object id.

Member Function Documentation

Id ( )

TUint64 Id()const [inline]

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 )

TBool operator!=(TObjectIdaId)const [inline]

Tests whether this thread Id is unequal to the specified thread Id.

Parameters
aIdThe thread Id to be compared with this thread Id.
Return Value
True, if the thread Ids are unequal; false otherwise.

operator== ( TObjectId )

TBool operator==(TObjectIdaId)const [inline]

Tests whether this thread Id is equal to the specified Id.

Parameters
aIdThe thread Id to be compared with this thread Id.
Return Value
True, if the thread Ids are equal; false otherwise.