Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: apmstd.h

Constants

Support

Supported from 5.0


KDataTypePriorityUserSpecified

const TInt16 KDataTypePriorityUserSpecified;

Description

Reserved for future use.

[Top]


KDataTypePriorityHigh

const TInt16 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 TInt16 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 TInt16 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 TInt16 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 TInt16 KDataTypePriorityNotSupported;

Description

Reserved for future use.