diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-CF6C76A5-AC87-4EBD-AECF-35B456219B94.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-CF6C76A5-AC87-4EBD-AECF-35B456219B94.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,21 @@ + + + + + +Releasing +the reserved lights +

The ReleaseLight() call releases the light +target if it was previously reserved for the client. Multiple lights can be +specified by using bitwise-or. If the client has not reserved any of the specified +lights, this method does nothing. Any reserved light targets that are released +and have no other suspended clients are reset to default state, which is either +lights ON or lights OFF, depending on the system inactivity time. The following +code snippet demonstrates how to release the reserved light targets:

iLight->ReleaseLight( CHWRMLight::EPrimaryDisplay | CHWRMLight::EPrimaryKeyboard );
+
\ No newline at end of file