1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-05-14 23:03:53 +00:00
reactos/sdk/include/psdk/multimon.h

17 lines
281 B
C
Raw Normal View History

#ifndef __MULTIMON_H
#define __MULTIMON_H
#ifdef __cplusplus
extern "C" {
#endif
HMONITOR WINAPI MonitorFromRect(LPCRECT,DWORD);
HMONITOR WINAPI MonitorFromWindow(HWND,DWORD);
HMONITOR WINAPI MonitorFromPoint(POINT,DWORD);
#ifdef __cplusplus
}
#endif
#endif /* __MULTIMON_H */