apmstd.h File Reference

KMaxDataTypeLength

const TIntKMaxDataTypeLength

Typedef TDataTypePriority

typedef TInt32 TDataTypePriority

Defines the priority associated with a data type.

The priority is used by a device to resolve the current preferred handler of a data type, in the absence of any user preferences.

See also: TDataTypeWithPriority

KDataTypePriorityUserSpecified

const TInt32KDataTypePriorityUserSpecified

Reserved for future use.

KDataTypePrioritySystem

const TInt32KDataTypePrioritySystem

This is a special priority that overrides any user settings. Applications must have EWriteDeviceData to use this priority. If they have not then they will be downgraded to KDataTypePriorityNormal.

See also: TDataTypeWithPriority

KDataTypePriorityTrustedHigh

const TInt32KDataTypePriorityTrustedHigh

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

See also: TDataTypeWithPriority

KDataTypeUnTrustedPriorityThreshold

const TInt32KDataTypeUnTrustedPriorityThreshold

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.

KDataTypePriorityHigh

const TInt32KDataTypePriorityHigh

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: TDataTypeWithPriority

KDataTypePriorityNormal

const TInt32KDataTypePriorityNormal

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: TDataTypeWithPriority

KDataTypePriorityLow

const TInt32KDataTypePriorityLow

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: TDataTypeWithPriority

KDataTypePriorityLastResort

const TInt32KDataTypePriorityLastResort

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: TDataTypeWithPriority

KDataTypePriorityNotSupported

const TInt32KDataTypePriorityNotSupported

Reserved for future use.

KApaAppTypeDes

_LIT8 ( KEpocUrlDataTypeHeader, "X-Epoc-Url/" )

_LIT8(KEpocUrlDataTypeHeader,
"X-Epoc-Url/"
)