MONITORENUMPROC typedef

MONITORENUMPROC = Int32 Function(IntPtr hMonitor, IntPtr hDC, Pointer<NativeType> lpRect, IntPtr lParam)

Application-defined callback function used with the EnumDisplayMonitors function. It receives display monitors in the calculated enumeration set.

Implementation

typedef MONITORENUMPROC = Int32 Function(
    IntPtr hMonitor, IntPtr hDC, Pointer lpRect, IntPtr lParam);