Package com.sun.jna.platform.win32
Interface WinUser.WNDENUMPROC
- All Superinterfaces:
AltCallingConvention,Callback,StdCall,StdCallLibrary.StdCallCallback
- Enclosing interface:
- WinUser
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sun.jna.Callback
Callback.UncaughtExceptionHandler -
Field Summary
Fields inherited from interface com.sun.jna.Callback
FORBIDDEN_NAMES, METHOD_NAME -
Method Summary
Modifier and TypeMethodDescriptionbooleancallback(WinDef.HWND hWnd, Pointer data) Return whether to continue enumeration.
-
Method Details
-
callback
Return whether to continue enumeration.- Parameters:
hWnd- window handledata- callback data- Returns:
- FIXME
-