Location:
apadef.h
const TInt KAppUidValue8;
The hexadecimal value of the 2nd UID that identifies a DLL as being an ASCII UI application. In .mmp files, the hexadecimal number is explicitly inserted as the first value following the UID keyword.
const TUid KUidApp8;
The 2nd UID that identifies a DLL as being an ASCII UI application.
const TInt KAppUidValue16;
The hexadecimal value of the 2nd UID that defines a DLL as being a Unicode UI application. In .mmp files, the hexadecimal number is explicitly inserted as the first value following the UID keyword.
const TUid KUidPictureTypeDoor8;
The UID encoded in a TPictureHeader
that identifies a picture as a door (for ASCII builds).
const TUid KUidPictureTypeDoor16;
The UID encoded in a TPictureHeader
that identifies a picture as a door (for Unicode builds).
const TUid KUidAppIdentifierStream16;