Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: W32STD.H

Enum TPasswordMode

TPasswordMode

Description

Password mode flags.

EPasswordCancel

Releases ownership of password handling.

This allows another window to become the password window. A client will be panicked with code 46 if it sets this mode when it is not the current password window.

EPasswordNone

No password handling is performed by this window, but no other window can become the password window.

EPasswordOnceADay

Password mode is enabled only once a day.

When enabled, password mode requires the user to enter a password before any further actions can be performed.

EPasswordAlways

Password mode is enabled every time the machine is switched on.

EPasswordAlwaysTriggerNow

Equivalent to setting the password mode to EPasswordAlways and triggering an instant password check.

EPasswordOnceADayTriggerNow

Equivalent to setting the password mode to EPasswordOnceADay and triggering an instant password check.