|
Loop Windows
Loops through all current open windows on the windows desktop.
Parameters
-
Search type Specifies how to search the windows.
-
Include mask Specifies the include mask. It can include multiple masks
separated by semicolons(;). For example, the include mask *pad;*Explorer; specifies to include
all window titles ending with the text Explorer or pad in the title.
-
Exclude mask Specifies the wildcard mask for windows that should be excluded from the loop.
-
Allow hidden windows Specifies whether to search the hidden windows. Multiple masks should be separated by semicolons(;).
-
Match case Specifies whether searching is case-sensitive or not.
-
Store handle of window into (Optional) Specifies a variable that should be populated with the
handle of the window on each successive loop.
-
Store text of window into (Optional) Specifies a variable that should be populated with the
window text on each successive loop.
Notes
The window handle is a special number value that Windows System assigns to a window each time it is created.
|