Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: apmstd.h
Link against: apmime.lib

Class TDataTypeWithPriority

TDataTypeWithPriority

Support

Supported from 5.0

Description

A data (MIME) type and a priority value for that data type.

The priority is used to resolve the current preferred handler of a data type, in the absence of any user preferences. An AIF file can associate an application with a data (MIME) type that is not native to the Symbian platform. A priority value can be specified that allows the device to choose the highest priority application that can handle that data type.

Defined in TDataTypeWithPriority:
TDataTypeWithPriority(), iDataType, iPriority

See also:


Construction


TDataTypeWithPriority()

TDataTypeWithPriority(const TDataType& aDataType, TDataTypePriority aPriority);

Description

Constructor taking a data type and a priority value.

Parameters

const TDataType& aDataType

The data type.

TDataTypePriority aPriority

The priority value.

[Top]


Data members


iDataType

TDataType iDataType;

Description

The data type.


iPriority

TDataTypePriority iPriority;

Description

The priority value.