bool SetWndPosition(int hWnd, int x, int y)

Sets the 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.

Return

True on success.