diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-418388CE-88DC-5300-ADF4-400337FE975B.dita
--- a/Symbian3/PDK/Source/GUID-418388CE-88DC-5300-ADF4-400337FE975B.dita Tue Mar 30 11:42:04 2010 +0100
+++ b/Symbian3/PDK/Source/GUID-418388CE-88DC-5300-ADF4-400337FE975B.dita Tue Mar 30 11:56:28 2010 +0100
@@ -9,5 +9,58 @@
-->
-Setting and Updating a Feature How to set and update a feature using RFeatureControl.
To set and update a feature using RFeatureControl, take the following steps.
Determine the Uid of the feature you want to update, create an instance of RFeatureControl, call its Open() function, call its SetFeature() function with the arguments Uid of the feature and the feature data if only feature data is to be set, or Uid of the feature, ETrue or EFalse to enable or disable the feature, and the feature data, and call its Close() function.
The calls to SetFeature() require WriteDeviceData capability. They return:
KErrNone on success,
KErrAccessDenied if the feature is not modifiable,
KErrPermissionDenied if a capability check fails,
KErrNotFound if the feature does not exist, and
otherwise return an error code.
Enabling and disabling a
- featureAdding a featureFeature Manager Collection OverviewFeature Manager Modification Tutorials
\ No newline at end of file
+Setting
+and Updating a Feature How to set and update a feature using RFeatureControl.
+
To set and update
+a feature using RFeatureControl, take the following steps.
+
+
+Determine the Uid of the feature you want to update,
+
+
+create an instance of RFeatureControl,
+
+
+call its Open() function,
+
+
+call its SetFeature() function with the arguments
+
+
+
+Uid of the feature and the feature data if only feature data is to be
+set, or
+
+
+Uid of the feature, ETrue or EFalse to
+enable or disable the feature, and the feature data,
+
+
+
+
+and call its Close() function.
+
+
+
The calls to SetFeature() require WriteDeviceData capability.
+They return:
+
KErrNone on
+success,
+
KErrAccessDenied if
+the feature is not modifiable,
+
KErrPermissionDenied if
+a capability check fails,
+
KErrNotFound if
+the feature does not exist, and
+
otherwise return an
+error code.
+
+
+Enabling
+and disabling a feature
+Adding a
+feature
+Feature Manager
+Collection Overview
+Feature Manager
+Modification Tutorials
+
\ No newline at end of file