Interface WinUser.WNDENUMPROC

All Superinterfaces:
cool.scx.ffm.type.Callback
Enclosing class:
WinUser

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

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

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

    callbackMethodName
  • Method Details