bool SetWndSize(int hWnd, int w, int h)

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

Parameters

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

Return

True on success.