NSIS Header WindowFunc
WindowFunc header file. Window (not MS Windows) related functions.
${WinWait}
Waits for a window to exist by title or PID (title optional, partial title accepted; PID required) and optional class (full classname required if used). Can specify a timeout value. Returns -1 if timed out, or the window handle if successful.
${WinWaitVisible}
- Read more about NSIS Header WindowFunc
- 11 comments
- Log in or register to post comments