|
||
KUidApp KUidApp16
The type-independent 2nd UID that identifies a DLL as being a UI application.
KUidApp16
KUidApp16
The 2nd UID that defines a DLL as being a Unicode UI application.KUidApp8
KUidApp8
The 2nd UID that identifies a DLL as being an ASCII UI application.KAppUidValue KAppUidValue16
The type-independent hexadecimal value of the 2nd UID that identifies a DLL as being a UI application.
KAppUidValue16
KAppUidValue16
The hexadecimal value of the 2nd UID that defines a DLL as being a Unicode UI ap...KAppUidValue8
KAppUidValue8
The hexadecimal value of the 2nd UID that identifies a DLL as being an ASCII UI ...KUidPictureTypeDoor KUidPictureTypeDoor16
The type independent UID encoded in a TPictureHeader
TPictureHeader
that identifies a picture as a door.
KUidPictureTypeDoor16
KUidPictureTypeDoor16
The UID encoded in a TPictureHeader that identifies a picture as a door (for Uni...KUidPictureTypeDoor8
KUidPictureTypeDoor8
The UID encoded in a TPictureHeader that identifies a picture as a door (for ASC...TPictureHeader
TPictureHeader
Picture header providing an interface to a stored picture. The header holds:TApaModelDoorFactory::NewPictureL(TPictureHeader &,const CStreamStore &)const
Constructs and restores an application's door (picture) from a stream in the spe...typedef TBuf<KApaMaxAppCaption> TApaAppCaption;
Defines a modifiable buffer descriptor to contain the caption or the short caption for an application.
typedef TBuf<KApaMaxAppGroupName> TApaAppGroupName;
An application group name.
This is a name that allows applications to be categorized, for instance "Games" or "Utilities".
TApaCommand
Defines the command codes used to indicate the way an application is to be launched.
CApaCommandLine
CApaCommandLine
Information for launching an application.
|
const TInt KApaMaxAppGroupName=0x10;
Maximum length of an application group name.
TApaAppGroupName
TApaAppGroupName
An application group name.Interface status: | deprecated |
const TInt KAppUidValue8=0x1000006c;
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.
Interface status: | deprecated |
const TUid KUidApp8={KAppUidValue8};
The 2nd UID that identifies a DLL as being an ASCII 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 KUidApp16={KAppUidValue16};
The 2nd UID that defines a DLL as being a Unicode UI application.
Interface status: | deprecated |
const TUid KUidPictureTypeDoor8={268435537};
The UID encoded in a TPictureHeader
TPictureHeader
that identifies a picture as a door (for ASCII builds).
const TUid KUidPictureTypeDoor16={0x10003A33};
The UID encoded in a TPictureHeader
TPictureHeader
that identifies a picture as a door (for Unicode builds).
const TUid KUidAppIdentifierStream16={0x10003A34};