bool SetWndBounds(int hWnd, int x, int y, int w, int h)

Sets the size and location of the specified window. Trust Level Required: High

Parameters

Name Description
hWnd The handle of the window.
x The new x position.
y The new y position.
w The new width.
h The new height.

Return

True on success.