Location:
apadef.h
Supported from 5.0
A set of constants used by the Application Architecture Framework API.
const TUid KUidApp16={KAppUidValue16};
The 2nd UID that defines a DLL as being a UNICODE UI application.
const TInt KAppUidValue16 = 0x100039ce;
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 KUidPictureTypeDoor16={0x10003A33};
The UID encoded in a TPictureHeader
that identifies a picture as a door (for UNICODE builds).
const TUid KUidPictureTypeDoor8={268435537};
The UID encoded in a TPictureHeader
that identifies a picture as a door (for ASCII builds).
From 6.0 onwards, this is no longer used.
const TUid KUidApp8={KAppUidValue8};
The 2nd UID that defines a DLL as being an ASCII UI application.
From 6.0 onwards, this is no longer used.
const TInt KAppUidValue8 = 0x1000006c;
The hexadecimal value of the 2nd UID that defines a DLL as being a ASCII UI application. In .mmp files, the hexadecimal number is explicitly inserted as the first value following the UID keyword.
From 6.0 onwards, this is no longer used.