Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: APMSTD.H

APMSTD.H Global variables


KMaxDataTypeLength

const TInt KMaxDataTypeLength;

Description

[Top]


KDataTypePriorityUserSpecified

const TInt32 KDataTypePriorityUserSpecified;

Description

Reserved for future use.

[Top]


KDataTypePriorityTrustedHigh

const TInt32 KDataTypePriorityTrustedHigh;

Description

Trusted applications may use this priority value to ensure their MIME type associations cannot be overridden by self signed (untrusted) applications.

See also:

[Top]


KDataTypeUnTrustedPriorityThreshold

const TInt32 KDataTypeUnTrustedPriorityThreshold;

Description

This is Threshold priority for Un-Trusted apps i.e., for the applications which reside in \private\10003a3f\import\apps and have a SID which is in the unprotected range. This is to avoid Un-Trusted app's claiming for priority higher than the threshold, if they claim for priority higher than the Threshold then it would be reduced to KDataTypeUnTrustedPriorityThreshold.

[Top]


KDataTypePriorityHigh

const TInt32 KDataTypePriorityHigh;

Description

A priority value associated with a data (MIME) type. Associating an application with a data type at this priority means that this application, and no other, should ever handle the data type. Use sparingly.

See also:

[Top]


KDataTypePriorityNormal

const TInt32 KDataTypePriorityNormal;

Description

A priority value associated with a data (MIME) type. Associating an application with a data type at this priority means that the data type is the primary type for that application. For example, "text/plain" files for a text editor.

See also:

[Top]


KDataTypePriorityLow

const TInt32 KDataTypePriorityLow;

Description

A priority value associated with a data (MIME) type. Associating an application with a data type at this priority means that the data type is a secondary type for that application. For example, "text/plain" files for a web browser.

See also:

[Top]


KDataTypePriorityLastResort

const TInt32 KDataTypePriorityLastResort;

Description

A priority value associated with a data (MIME) type. Associating an application with a data type at this priority means that the data type is a last resort for that application. Use sparingly.

See also:

[Top]


KDataTypePriorityNotSupported

const TInt32 KDataTypePriorityNotSupported;

Description

Reserved for future use.