Menu

#641 multimon.h missing

Feature_requests
closed-fixed
nobody
2006-04-14
2004-08-20
rr
No

None of the functions, structures found in multimon.h
are present in any of the .h files with mingw.

Well, at least not with version 2.3 of the win32 api.

Functions:

EnumDisplayMonitors
GetMonitorInfo
MonitorEnumProc
MonitorFromPoint
MonitorFromRect
MonitorFromWindow

struct:

MONITORINFO
MONITORINFOEX

Discussion

  • Dimitri Papadopoulos

    Logged In: YES
    user_id=52414

    These can all be found in winuser.h in current CVS sources,
    except MonitorEnumProc which is documented here:
    http://msdn.microsoft.com/library/en-us/gdi/monitor_0alf.asp

    Does MonitorEnumProc need to be added to winuser.h though?
    It's not a typedef, it just documents what the callback
    should look like.

     
  • Dimitri Papadopoulos

    • status: open --> closed-fixed