xref: /reactos/sdk/include/psdk/multimon.h (revision 1734f297)
1 #ifndef __MULTIMON_H
2 #define __MULTIMON_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 HMONITOR WINAPI MonitorFromRect(LPCRECT,DWORD);
9 HMONITOR WINAPI MonitorFromWindow(HWND,DWORD);
10 HMONITOR WINAPI MonitorFromPoint(POINT,DWORD);
11 
12 #ifdef __cplusplus
13 }
14 #endif
15 
16 #endif /* __MULTIMON_H */
17