diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-9189A3F5-3016-5AF5-9D84-4E066A62D8DD.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-9189A3F5-3016-5AF5-9D84-4E066A62D8DD.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,14 @@ + + + + + +Password SupportThe Window Server provides support for a password screen. This can be configured to request a password at various times, such as once a day or when the machine is switched on.

In order to implement password protection, one window in the system is made the password window, by calling RWindowBase::PasswordWindow(). A parameter passed to this function determines at which times the password is requested (once a day, machine switch-on, etc.).

When an on event occurs, and a password window exists, the Window Server may or may not enter its password mode, depending on the parameter given to RWindowBase::PasswordWindow(). In password mode, it does the following:

The Window Server remains in password mode until the session that owns the password window calls RWsSession::PasswordEntered().

Window Server Client-Side Library + Concepts
\ No newline at end of file