Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <W32STD.H>

Enum anonymous

n/a

Description

Log message text length.

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

KLogMessageLength

The length of the log message text buffer in characters.

[Top]


Enum anonymous

Interface status: deprecated

n/a

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 the machine password window is in front of all other windows - hence password tests cannot be bypassed.

KPasswordWindowGroupPriority

Password window group priority.

[Top]


Enum anonymous

n/a

Description

Switch ordinal position to owning window.

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

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 with keyboard focus.

See also:

KOrdinalPositionSwitchToOwningWindow

Switch ordinal position to owning window.