com.sun.jna.examples.win32

Interface User32.WNDENUMPROC

public static interface User32.WNDENUMPROC extends StdCallCallback

Method Summary
booleancallback(HWND hWnd, Pointer data)
Return whether to continue enumeration.

Method Detail

callback

public boolean callback(HWND hWnd, Pointer data)
Return whether to continue enumeration.
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.