FindWindow
Finds a window based on the given criteria. Returns the window handle if successful or 0 if the window is not found.
Contains, Excludes, and Exact are optional.
Syntax:
Procedure: FindWindow(StartsWith, Contains, Excludes: String; Exact: Boolean): Integer;
API Call: