MONITORENUMPROC typedef

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

Implementation

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