Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <APADEF.H>

KUidApp

KUidApp KUidApp16

Description

The type-independent 2nd UID that identifies a DLL as being a UI application.

See also:

[Top]


KAppUidValue

KAppUidValue KAppUidValue16

Description

The type-independent hexadecimal value of the 2nd UID that identifies a DLL as being a UI application.

See also:

[Top]


KUidAppDllDoc

KUidAppDllDoc KUidAppDllDoc16

Description

[Top]


KUidPictureTypeDoor

KUidPictureTypeDoor KUidPictureTypeDoor16

Description

The type independent UID encoded in a TPictureHeaderTPictureHeader that identifies a picture as a door.

See also:

[Top]


KUidAppIdentifierStream

KUidAppIdentifierStream KUidAppIdentifierStream16

Description

[Top]


KUidSecurityStream

KUidSecurityStream KUidSecurityStream16

Description

[Top]


Typedef TApaAppCaption

typedef TBuf<KApaMaxAppCaption> TApaAppCaption;

Description

Defines a modifiable buffer descriptor to contain the caption or the short caption for an application.

[Top]


Typedef TApaAppGroupName

typedef TBuf<KApaMaxAppGroupName> TApaAppGroupName;

Description

An application group name.

This is a name that allows applications to be categorized, for instance "Games" or "Utilities".

[Top]


Enum TApaCommand

TApaCommand

Description

Defines the command codes used to indicate the way an application is to be launched.

See also:

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


APADEF.H Global variables

[Top]


KApaMaxAppCaption

const TInt KApaMaxAppCaption=0x100;

Description

[Top]


KApaMaxAppGroupName

const TInt KApaMaxAppGroupName=0x10;

Description

Maximum length of an application group name.

See also:

[Top]


KAppUidValue8

Interface status: deprecated

const TInt KAppUidValue8=0x1000006c;

Description

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.

[Top]


KUidApp8

Interface status: deprecated

const TUid KUidApp8={KAppUidValue8};

Description

The 2nd UID that identifies a DLL as being an ASCII UI application.

[Top]


KAppUidValue16

const TInt KAppUidValue16=0x100039CE;

Description

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.

[Top]


KUidApp16

const TUid KUidApp16={KAppUidValue16};

Description

The 2nd UID that defines a DLL as being a Unicode UI application.

[Top]


KUidAppDllDoc8

Interface status: deprecated

const TUid KUidAppDllDoc8={268435565};

Description

[Top]


KUidAppDllDoc16

const TUid KUidAppDllDoc16={0x10003A12};

Description

[Top]


KUidPictureTypeDoor8

Interface status: deprecated

const TUid KUidPictureTypeDoor8={268435537};

Description

The UID encoded in a TPictureHeaderTPictureHeader that identifies a picture as a door (for ASCII builds).

[Top]


KUidPictureTypeDoor16

const TUid KUidPictureTypeDoor16={0x10003A33};

Description

The UID encoded in a TPictureHeaderTPictureHeader that identifies a picture as a door (for Unicode builds).

[Top]


KUidSecurityStream8

Interface status: deprecated

const TUid KUidSecurityStream8={268435661};

Description

[Top]


KUidSecurityStream16

const TUid KUidSecurityStream16={0x10003A40};

Description

[Top]


KUidAppIdentifierStream8

Interface status: deprecated

const TUid KUidAppIdentifierStream8={268435593};

Description

[Top]


KUidAppIdentifierStream16

const TUid KUidAppIdentifierStream16={0x10003A34};

Description