Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: apadef.h

Constants

Support

Supported from 5.0

Description

A set of constants used by the Application Architecture Framework API.


KUidApp16

const TUid KUidApp16={KAppUidValue16};

Description

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

See also:

[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.

See also:

[Top]


KUidPictureTypeDoor16

const TUid KUidPictureTypeDoor16={0x10003A33};

Description

The UID encoded in a TPictureHeader that identifies a picture as a door (for UNICODE builds).

See also:

[Top]


KUidPictureTypeDoor8

const TUid KUidPictureTypeDoor8={268435537};

Description

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.

[Top]


KUidApp8

const TUid KUidApp8={KAppUidValue8};

Description

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

From 6.0 onwards, this is no longer used.

[Top]


KAppUidValue8

const TInt KAppUidValue8 = 0x1000006c;

Description

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.