FINDWINDOW
FINDWINDOW(classname AS STRING[, windowname AS STRING]) AS INTEGER
Searches for a window defined with the class <classname> and with the title <windowname>. If the parameter <windowname> is omitted, the search stops with the first window that corresponds with the parameter <classname>. Returns the identifier of the found window, 0 if no window is found.