Location: apmstd.h
Link against: apmime.lib
TDataTypeWithPriority
Supported from 5.0
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
TDataTypeWithPriority(const TDataType& aDataType, TDataTypePriority aPriority);
Constructor taking a data type and a priority value.
|
TDataTypePriority iPriority;
The priority value.