diff -r 000000000000 -r 89d6a7a84779 Symbian3/SDK/Source/GUID-7440BE0A-6E4A-493D-8105-80DDABD6F3EB.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-7440BE0A-6E4A-493D-8105-80DDABD6F3EB.dita Thu Jan 21 18:18:20 2010 +0000 @@ -0,0 +1,20 @@ + + + + + +Requesting +Change Notification +

Use RASCliSession::NotifyChange() to enable +client notification when alarm state change, and when the next alarm time +is calculated as shown in the following code snippet:

TAlarmId alarmId; +TRequestStatus status; +TheAlarmServerSession.NotifyChange( status, alarmId ); +User::WaitForRequest( status );
+
\ No newline at end of file