reactos/include/psdk/multimon.h
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

17 lines
281 B
C

#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 */