PyCWnd = FindWindow(className, windowName
)
Searches for the specified top-level window
Parameters
className : string
The window class name to find, else NonewindowName : string
The window name (ie, title) to find, else NoneReturn Value
The result is a PyCWnd (or derived) object, or a win32ui.error exception is raised.