WinGetChildWindows
From kwiki
| | This article is written by Konrad, thus using rather nonstandard English:) |
WinGetChildWindows (DNM Script function)
[edit]
full declaration
array_of_HWND WinGetChildWindows(HWND hwndParent=NULL)
[edit]
return value
[edit]
description
Returns an array of HWND of all children of given parent (if parent is null, top level windows will be returned)
keywords: enumerate windows
