This is used in combination with a specified position to place a popout on the display.
The TPopupTargetPosType enum identifies which corner of the popout will be placed in the given target position. The default is the top left corner.
| Enumerator | Value | Description | 
|---|---|---|
| EPopupTargetTopLeft | 
 Places the popout with the top left corner in the specified position.  | |
| EPopupTargetTopRight | 
 Places the popout with the top right corner in the specified position.  | |
| EPopupTargetBottomLeft | 
 Places the popout with the bottom left corner in the specified position.  | |
| EPopupTargetBottomRight | 
 Places the popout with the bottom right corner in the specified position.  | 
Defines the printer port settings. This is used by GUI print dialogs.
| Enumerator | Value | Description | 
|---|---|---|
| ESerialPort | 0x01 | 
 Printing is via a serial port.  | 
| EParallelPort | 0x02 | 
 Printing is via a parallel port.  | 
| EIrdaPort | 0x04 | 
 Printing is via infra red.  | 
| EFilePort | 0x08 | 
 Printing is to a file.  | 
| EViaPCPort | 0x10 | 
 Printing is via a PC.  | 
| const TInt | KEikMessageFadeAllWindows | 
Indicates that all windows should appear faded.
| const TInt | KEikMessageUnfadeWindows | 
Indicates that all windows should appear unfaded.
| const TInt | KEikMessageColorSchemeChange | 
Indicates that the colour scheme has changed.
| const TInt | KEikMessageFontChange | 
Indicates that a font has changed. Controls should ensure they are using the right font after receiving this message.
| const TInt | KEikMessageVirtualCursorStateChange | 
Indicates that the state of the virtual cursor has changed.
| const TInt | KEikMessagePrepareForSave | 
Indicates that the application should be ready to save any data that needs saving.
| const TInt | KEikMessageEmbedLevelChange | 
Indicates that the level of embedding of the application has changed.
| const TInt | KEikHasBecomeCurrentAppUiWhileEmbeddedAppUiDeletes | 
Passed immediately after completion of the call to CCoeEnv::SetAppUi() when aNewAppUi has become current AppUi. This happens during the destruction of the embedded AppUi.
| const TInt | KEikNotifyPreCreateEmbeddedL | 
Passed immediately before CEikAppUiFactory::CreateEmbeddedL()
| const TInt | KEikNotifyPostCreateEmbeddedL | 
Passed immediately after CEikAppUiFactory::CreateEmbeddedL()
| const TInt | KEikPostCoeAppUiConstructL | 
Passed immediately after CCoeAppUi::ConstructL()
| _LIT8 | ( | KDebugStart | , | 
| "-DebugMemFail:" | |||
| ) | |||
| const TInt | KEikCustomColorsArrayValue | 
WARNING: constant for internal use ONLY. Compatibility is not guaranteed in future releases.