mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
6 lines
405 B
Text
6 lines
405 B
Text
FN_C(HMONITOR, WINAPI, MonitorFromWindow, (HWND, DWORD))
|
|
FN_C(HMONITOR, WINAPI, MonitorFromRect, (LPCRECT, DWORD))
|
|
FN_C(HMONITOR, WINAPI, MonitorFromPoint, (POINT, DWORD))
|
|
FN_C(BOOL, WINAPI, GetMonitorInfo, (HMONITOR, LPMONITORINFO))
|
|
FN_C(BOOL, WINAPI, EnumDisplayMonitors, (HDC, LPCRECT, MONITORENUMPROC, LPARAM))
|
|
FN_C(BOOL, WINAPI, EnumDisplayDevices, (PVOID, DWORD, PDISPLAY_DEVICE,DWORD))
|