SElib.windowList()
syntax: |
SElib.windowList(hWnd) |
where: |
hWnd - a number, the handle of the window for which to find its child windows.
|
return: |
object - an array of window handles for all the child windows of hWnd.
|
description: |
For Win32 and Win16
Get the handles of all child windows of the window designated by hWnd. If hWnd is not passed, then get the handles of the windows on the desktop which amount to all the parent windows.
|
see: |
SElib.makeWindow(), Window object in winobj.jsh
|