Interface WinUser.WNDENUMPROC

All Superinterfaces:
Callback
Enclosing class:
WinUser

public static interface WinUser.WNDENUMPROC extends Callback
EnumWindows 回调接口
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    callback(MemorySegment hwnd, long lParam)
     

    Methods inherited from interface cool.scx.ffm.type.callback.Callback

    callbackMethodName
  • Method Details