MONITORENUMPROC typedef

MONITORENUMPROC = Pointer<NativeFunction<BOOL Function(HMONITOR, HDC, LPRECT, LPARAM)>>

Implementation

typedef MONITORENUMPROC = ffi.Pointer<ffi.NativeFunction<BOOL Function(HMONITOR, HDC, LPRECT, LPARAM)>>;