Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: w32std.h

Anonymous enums


Enum Anonymous

Anonymous

Support

Supported from 5.0

Description

Log message text length.

This defines the length of the log text message buffer TLogMessageText, which is used in RWsSession::LogMessage().

KLogMessageLength

The length of the log message text buffer in characters. Currently this is 128.

[Top]


Enum Anonymous

Anonymous

Support

Supported from 5.0

Description

Password window group priority.

This priority is assigned to the password window group when the window server is displaying the password window. This is the highest priority, which ensures that machine password window is in front of all other windows — hence password tests cannot be bypassed.

See also:

KPasswordWindowGroupPriority

Password window group priority.

[Top]


Enum Anonymous

Anonymous

Support

Supported from 5.0

Description

Switch ordinal position to owning window.

This enum can be specified as the 2nd parameter to RWsSession::SetWindowGroupOrdinalPosition() or as the 1st parameter to RWindowTreeNode::SetOrdinalPosition() (if this is being called on an RWindowGroup).

When called with this value, the functions don't change the ordinal position of the group window in question, but rather bring to the front the window that would come to the front if that group window were to die while keyboard focus.

See also:

KOrdinalPositionSwitchToOwningWindow

Switch ordinal position to owning window.