Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: w32std.h

Enum TPasswordMode

TPasswordMode

Support

Supported from 5.0

Description

Password mode flags.

EPasswordCancel

Release 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 performed by this window, but prevents any other window becoming the password window.

EPasswordOnceADay

Password mode enabled only once a day. The password mode is a window server mode where the user is required to enter a password before any further actions can be performed.Note: Currently new days start at 4 am.

EPasswordAlways

Password mode 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.