Location:
e32std.h
Link against: euser.lib
TUid
Supported from 5.0
Globally unique 32-bit number.
Defined in TUid
:
Name()
, iUid
, operator!=()
, operator==()
TInt operator==(const TUid& aUID) const;
Compares two UIDs for equality
|
|
TInt operator!=(const TUid& aUID) const;
Compares two UIDs for inequality.
|
|
TUidName Name() const;
Generates and returns the standard text form of the UID.
The resulting text has the form:
[12345678]
The function always generates 10 characters, where the first and last characters are open and close square brackets enclosing exactly 8 hexadecimal digits (padded to the left with zeroes, if necessary).
|
TInt32 iUid
32-bit integer UID