Uses of Interface
com.sun.jna.platform.win32.WinUser.WNDENUMPROC

Packages that use WinUser.WNDENUMPROC
com.sun.jna.platform.win32   
 

Uses of WinUser.WNDENUMPROC in com.sun.jna.platform.win32
 

Methods in com.sun.jna.platform.win32 with parameters of type WinUser.WNDENUMPROC
 boolean User32.EnumChildWindows(WinDef.HWND hWnd, WinUser.WNDENUMPROC lpEnumFunc, com.sun.jna.Pointer data)
          The EnumChildWindows function enumerates the child windows that belong to the specified parent window by passing the handle to each child window, in turn, to an application-defined callback function.
 boolean User32.EnumThreadWindows(int dwThreadId, WinUser.WNDENUMPROC lpEnumFunc, com.sun.jna.Pointer data)
          The EnumThreadWindows function enumerates all nonchild windows associated with a thread by passing the handle to each window, in turn, to an application-defined callback function.
 boolean User32.EnumWindows(WinUser.WNDENUMPROC lpEnumFunc, com.sun.jna.Pointer data)
          This function enumerates all top-level windows on the screen by passing the handle to each window, in turn, to an application-defined callback function.