Returns the Process ID number of the specified window.
PID := WinGetPID(WinTitle, WinText, ExcludeTitle, ExcludeText)
Type: String, Integer or Object
A window title or other criteria identifying the target window. See WinTitle.
Type: String
If present, this parameter must be a substring from a single text element of the target window (as revealed by the included Window Spy utility). Hidden text elements are detected if DetectHiddenText is ON.
Type: String
Windows whose titles include this value will not be considered.
Type: String
Windows whose text include this value will not be considered.
Type: Integer
This function returns the Process ID (PID) of the specified window.
A TargetError is thrown if the window could not be found.
The ID of the window under the mouse cursor can be retrieved with MouseGetPos.
Window titles and text are case sensitive. Hidden windows are not detected unless DetectHiddenWindows has been turned on.
WinGetProcessName, WinGetProcessPath, Process functions, Win functions, Control functions