Casio Naurtech CETerm Ver.5.5 Scripting Guide User Manual
Page 152

N
AURTECH
W
EB
B
ROWSER AND
T
ERMINAL
E
MULATION FOR
W
INDOWS
CE
AND
W
INDOWS
M
OBILE
CETerm Scripting Guide
Page 152
// identifies the sibling window below the specified window.
HWNDPREV : 0x3,
// The window above the specified window in the z-order.
// If the specified window is a topmost window, the handle
// identifies the topmost window above the specified window.
// If the specified window is a child window, the handle
// identifies the sibling window above the specified window.
OWNER : 0x4,
// The specified window's owner window, if any.
// This flag will not retrieve a parent window.
CHILD : 0x5
// The child window at the top of the z-order if the specified
// window is a parent window; otherwise, the retrieved handle
// is NULL.
};