Function Reference
WinClose
Closes a window.
Parameters
Return Value
| Success: |
Returns 1. |
| Failure: |
Returns 0 if window is not found. |
Remarks
This function sends a close message to a window, the result depends on the window (it may ask to save data, etc.). To force a window to close, use the WinKill function. If multiple windows match the criteria, the window that was most recently active is closed.
Related
WinActivate, WinExists, WinKill, WinSetState, WinTitleMatchMode (Option), ProcessClose, WinMove
Example
WinClose("[CLASS:Notepad]", "")