#include <e32std.h>
| class TObjectId |
| Public Member Functions | |
|---|---|
| TObjectId() | |
| TObjectId(TUint64) | |
| TUint64 | Id() |
| operator TUint() | |
| TBool | operator!=(TObjectId) |
| TBool | operator==(TObjectId) |
Encapsulates the Id of a kernel object.
| TObjectId | ( | TUint64 | anId | ) | [inline] |
Constructor taking an unsigned integer value.
| Parameters | |
|---|---|
| anId | The value of the object id. |
| 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