User`s guide
Contents xcv
Data String Description
Set window status - a 16-byte string with the following format:
u WHLL_WINDOWSTATUS_MAXIMIZE. Set the window to
maximized (not valid with minimize, restore, size, or move).
u WHLL_WINDOWSTATUS_RESTORE. Restore the window
(not valid with maximize, minimize, size, or move).
Bytes 5-6 Specifies the x-coordinate of the upper-left corner of the window.
Bytes 7-8 Specifies the y-coordinate of the upper-left corner of the window.
Bytes 9-10 Specifies the width of the window.
Bytes 11-12 Specifies the height of the window.
Bytes 13-16 Specifies the z-order placement of the window (only valid for the set
option when the _ZORDER option is specified). Valid values are:
u WHLL_WINDOWSTATUS_FRONT. Place window in front.
u WHLL_WINDOWSTATUS_BACK. Place window in back.
Query window status - a 16-byte string with the following format:
Byte 1 Short name session ID of the desired host session, or space or null for
the current host session.
Byte 2 WHLL_WINDOWSTATUS_QUERY for query for status.
Bytes 3-4 An integer containing WHLL_WINDOWSTATUS_NULL. The
following are possible return values. More than one status is possible.
u WHLL_WINDOWSTATUS_SHOW. The window is visible.
u WHLL_WINDOWSTATUS_HIDE. The window is invisible.
u WHLL_WINDOWSTATUS_ACTIVATE. The window is
activated.
u WHLL_WINDOWSTATUS_DEACTIVATE. The window is
deactivated.
u WHLL_WINDOWSTATUS_MINIMIZE. The window is
minimized.
u WHLL_WINDOWSTATUS_MAXIMIZE. The window is
maximized.
Bytes 5-6 Specifies the x-coordinate of the upper-left corner of the window.
Bytes 7-8 Specifies the y-coordinate of the upper-left corner of the window.
Bytes 9-10 Specifies the width of the window.
Bytes 11-12 Specifies the height of the window.
Bytes 13-16 Specifies the z-order placement of the window (only valid for the set
option when the _ZORDER option is specified). Valid values are:
u WHLL_WINDOWSTATUS_FRONT. Place window in front.
u WHLL_WINDOWSTATUS_BACK. Place window in back.