Package | Description |
---|---|
org.safs.natives.win32 |
Modifier and Type | Method and Description |
---|---|
boolean |
User32.EnumChildWindows(com.sun.jna.NativeLong parent,
User32.WNDENUMPROC lpEnumFunc,
com.sun.jna.Pointer arg)
The EnumChildWindows function enumerates all child windows of the parent window
by passing the handle to each child window, in turn, to an application-defined
callback function.
|
boolean |
User32.EnumWindows(User32.WNDENUMPROC lpEnumFunc,
com.sun.jna.Pointer arg)
The EnumWindows function enumerates all top-level windows on the screen
by passing the handle to each window, in turn, to an application-defined
callback function.
|
Copyright © SAS Institute. All Rights Reserved.