Interface WinUser.WNDENUMPROC
- All Superinterfaces:
AltCallingConvention, Callback, StdCall, StdCallLibrary.StdCallCallback
- Enclosing interface:
WinUser
- Author:
- dblock[at]dblock.org, Andreas "PAX" Lück, onkelpax-git[at]yahoo.de
-
Nested Class Summary
Nested classes/interfaces inherited from interface Callback
Callback.UncaughtExceptionHandler -
Field Summary
Fields inherited from interface 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
-