SetWindowPos

来源:互联网 发布:c 网络验证 编辑:程序博客网 时间:2024/04/30 12:36
Sets the size, position, and Z order.
BOOL SetWindowPos(
HWND hWndInsertAfter,
int x,
int y,
int cx,
int cy,
UINT nFlags
) throw();
BOOL SetWindowPos(
HWND hWndInsertAfter,
LPCRECT lpRect,
UINT nFlags
) throw();