Defines the command codes used to indicate the way an application is to be launched.
See also: CApaCommandLine
| Enumerator | Value | Description | 
|---|---|---|
| EApaCommandOpen | 
 The application is to open the document specified on the command line.  | |
| EApaCommandCreate | 
 The application is to create the document specified on the command line.  | |
| EApaCommandRun | 
 The application is to run and open the last used document.  | |
| EApaCommandBackground | 
 The application is to open the last used document and to run in the background.  | |
| EApaCommandViewActivate | 
 Reserved for future use.  | |
| EApaCommandRunWithoutViews | 
 The application is to run without views. This should NOT be used for view based applications.  | |
| EApaCommandBackgroundAndWithoutViews | 
 The application is to run in the background and viewless mode  | 
| const TInt | KApaMaxAppCaption | 
| typedef TBuf< KApaMaxAppCaption > | TApaAppCaption | 
Defines a modifiable buffer descriptor to contain the caption or the short caption for an application.
| const TInt | KApaMaxCommandLine | 
| typedef TBuf< KApaMaxCommandLine > | TApaCommandLine | 
| typedef TBuf< KApaMaxAppGroupName > | TApaAppGroupName | 
An application group name.
This is a name that allows applications to be categorized, for instance "Games" or "Utilities".
| 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.
See also: KAppUidValue
| const TUid | KUidAppDllDoc16 | 
| const TUid | KUidPictureTypeDoor16 | 
The UID encoded in a TPictureHeader that identifies a picture as a door (for Unicode builds).
See also: KUidPictureTypeDoor
| const TUid | KUidSecurityStream16 | 
| const TUid | KUidAppIdentifierStream16 | 
The type-independent hexadecimal value of the 2nd UID that identifies a DLL as being a UI application.
See also: KAppUidValue16
The type independent UID encoded in a TPictureHeader that identifies a picture as a door.
See also: KUidPictureTypeDoor16 TPictureHeader TApaModelDoorFactory::NewPictureL()