findWindow(Ver2.11対応版)
IndexScriptGlobal method− findWindow

findWindow( strClass, strTitle [, numOption] )
Get the window handle of the window that matches the class name or title.
パラメータ1(文字列型)
Window class name.

パラメータ2(文字列型)
Window title(caption).

パラメータ3(数値型、省略可能)
If 0, same as FindWindow of Win32API.
If 1, returns the window handle of the window that matches part of the class name or title.

返り値(数値型)
Window handle.