| class TUidType | 
Encapsulates a set of three unique identifiers (UIDs) which, in combination, identify a system object such as a GUI application or a DLL. The three component UIDs are referred to as UID1, UID2 and UID3.
An object of this type is referred to as a compound identifier or a UID type.
| Public Member Functions | |
|---|---|
| TUidType() | |
| TUidType(TUid) | |
| TUidType(TUid, TUid) | |
| TUidType(TUid, TUid, TUid) | |
| IMPORT_C TBool | IsPresent(TUid) | 
| IMPORT_C TBool | IsValid() | 
| IMPORT_C TUid | MostDerived() | 
| IMPORT_C TBool | operator!=(const TUidType &) | 
| IMPORT_C TBool | operator==(const TUidType &) | 
| IMPORT_C const TUid & | operator[](TInt) | 
| Private Attributes | |
|---|---|
| TUid | iUid | 
| IMPORT_C TBool | operator!= | ( | const TUidType & | aUidType | ) | const | 
| const TUidType & aUidType | 
| IMPORT_C TBool | operator== | ( | const TUidType & | aUidType | ) | const | 
| const TUidType & aUidType |