SetWindowSize
code:sample.cpp
int SetWindowSize(int Width, int Height);
ウィンドウサイズ(クライアント領域)を設定する
Width
横幅
Height
縦幅
戻り値
0 成功
-1 失敗
#画面 #関数