SetMainWindowText
code:c++
int SetMainWindowText( char *WindowText ) ;
ウィンドウのタイトルを設定する
WindowText
タイトルにしたい文字列
戻り値
0 成功
-1 エラー
#関数 #画面