JNA API 3.0.7

com.sun.jna.examples.win32
Interface User32.WNDENUMPROC

All Superinterfaces:
AltCallingConvention, Callback, StdCall, StdCallLibrary.StdCallCallback
Enclosing interface:
User32

public static interface User32.WNDENUMPROC
extends StdCallLibrary.StdCallCallback


Field Summary
 
Fields inherited from interface com.sun.jna.Callback
FORBIDDEN_NAMES, METHOD_NAME
 
Method Summary
 boolean callback(W32API.HWND hWnd, Pointer data)
          Return whether to continue enumeration.
 

Method Detail

callback

boolean callback(W32API.HWND hWnd,
                 Pointer data)
Return whether to continue enumeration.


JNA API 3.0.7

Copyright © 2007-2008 Timothy Wall. All Rights Reserved.