diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-08ED8657-DB96-59AC-9016-602BD5680752.dita --- a/Symbian3/PDK/Source/GUID-08ED8657-DB96-59AC-9016-602BD5680752.dita Tue Mar 30 11:42:04 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-08ED8657-DB96-59AC-9016-602BD5680752.dita Tue Mar 30 11:56:28 2010 +0100 @@ -9,11 +9,42 @@ --> -Querying a Single Feature Statically Using CFeatureDiscoveryHow to query a feature using CFeatureDiscovery statically.

To query whether a feature is supported using CFeatureDiscovery statically, take the following steps.

Determine the Uid of the feature. Call CFeatureDiscovery::IsFeatureSupportedL() with the Uid of the feature as argument. To query a feature statically you do not need to create an instance of CFeatureDiscovery. +Querying +a Single Feature Statically Using CFeatureDiscoveryHow to query a feature using CFeatureDiscovery statically. +

To query whether +a feature is supported using CFeatureDiscovery statically, +take the following steps.

+ + +Determine the Uid of the feature. + + +Call CFeatureDiscovery::IsFeatureSupportedL() with +the Uid of the feature as argument. To query a feature statically you do not +need to create an instance of CFeatureDiscovery. + // Static way of using the class: TBool isSupported = CFeatureDiscovery::IsFeatureSupportedL(<featureUIDx>); -

IsSupportedL() returns KErrNone if the feature is supported or else an error message.

Querying a single feature - dynamically using CFeatureDiscovery Querying a feature set dynamically - using CFeatureDiscovery Querying a feature set statically - using CFeatureDiscovery Querying a Single Feature - Dynamically Using RFeatureControl Feature Manager Collection Overview Feature Manager Query Tutorials
\ No newline at end of file +
+
+
+

IsSupportedL() returns KErrNone if +the feature is supported or else an error message.

+
+Querying +a single feature dynamically using CFeatureDiscovery + +Querying +a feature set dynamically using CFeatureDiscovery + +Querying +a feature set statically using CFeatureDiscovery + +Querying +a Single Feature Dynamically Using RFeatureControl + +Feature Manager +Collection Overview +Feature Manager +Query Tutorials +
\ No newline at end of file