コンソールウィンドウのタイトル文字列を設定する
Declare Function SetConsoleTitle Lib "kernel32.dll" Alias "SetConsoleTitleA" _ (ByVal title As String) As Long
成功 0以上 失敗 0