MONITORENUMPROC typedef

MONITORENUMPROC = Int32 Function(Pointer<HMONITOR__>, Pointer<HDC__>, Pointer<LPRECT>, Int64)

Implementation

typedef MONITORENUMPROC = ffi.Int32 Function(
  ffi.Pointer<HMONITOR__>,
  ffi.Pointer<HDC__>,
  ffi.Pointer<LPRECT>,
  ffi.Int64,
);