Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenmultimon.h
Go to the documentation of this file.
00001 #ifndef __MULTIMON_H 00002 #define __MULTIMON_H 00003 00004 #ifdef __cplusplus 00005 extern "C" { 00006 #endif 00007 00008 HMONITOR WINAPI MonitorFromRect(LPCRECT,DWORD); 00009 HMONITOR WINAPI MonitorFromWindow(HWND,DWORD); 00010 HMONITOR WINAPI MonitorFromPoint(POINT,DWORD); 00011 00012 #ifdef __cplusplus 00013 } 00014 #endif 00015 00016 #endif /* __MULTIMON_H */ Generated on Mon May 28 2012 04:31:49 for ReactOS by
1.7.6.1
|