Location:
w32std.h
Anonymous
Supported from 5.0
Log message text length.
This defines the length of the log text message buffer
TLogMessageText
, which is used in
RWsSession::LogMessage()
.
|
Anonymous
Supported from 5.0
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.
|
Anonymous
Supported from 5.0
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.
|