hwnd (HWND) - input
hwndInsertBehind (HWND) - input
Ignored if SWP_ZORDER is not selected. Values that can be specified are:
HWND_TOP
x (LONG) - input
This is the x-coordinate of hwnd. It is in window coordinates relative to the bottom left corner of its parent, but is ignored if SWP_MOVE is not selected.
y (LONG) - input
This is the y-coordinate of hwnd. It is in window coordinates relative to the bottom left corner of its parent, but is ignored if SWP_MOVE is not selected.
cx (LONG) - input
This specifies the width of hwnd in device units, but is ignored if SWP_SIZE is not selected.
cy (LONG) - input
This specifies the depth of hwnd in device units, but is ignored if SWP_SIZE is not selected.
fl (ULONG) - input
One or more of these options can be specified:
SWP_SIZE
The frame window is made the topmost window, unless SWP_ZORDER is specified also in which instance the hwndInsertBehind window is used.
The frame window is made the bottommost window, unless SWP_ZORDER is specified, in which instance the hwndInsertBehind window is used.
The position and size of the window in its normal state is remembered in its window words when it is first maximized or minimized, although these values can be altered by use of the WinSetWindowUShort function.
The window is restored to the position and size remembered in its window words, unless the SWP_MOVE or SWP_SIZE indicators are set. These indicators cause the position and size values specified in this function to be used.
rc (BOOL) - returns
TRUE