Reactos
at master 16 lines 281 B view raw
1#ifndef __MULTIMON_H 2#define __MULTIMON_H 3 4#ifdef __cplusplus 5extern "C" { 6#endif 7 8HMONITOR WINAPI MonitorFromRect(LPCRECT,DWORD); 9HMONITOR WINAPI MonitorFromWindow(HWND,DWORD); 10HMONITOR WINAPI MonitorFromPoint(POINT,DWORD); 11 12#ifdef __cplusplus 13} 14#endif 15 16#endif /* __MULTIMON_H */