Appearance
SetClientSize设置窗口客户区域的宽度和高度
SetClientSize
LONG SetClientSize(hWnd, width, height)
hWnd: 窗口句柄
hWnd
width: 要设置的宽度
width
height: 要设置的高度
height
1: 成功
-1: 窗口句柄无效
-2: 设置失败