MScreenInfo.h
资源名称:mulmon.zip [点击查看]
上传用户:zqemid3000
上传日期:2007-01-04
资源大小:158k
文件大小:1k
源码类别:
多显示器编程
开发平台:
Visual C++
- #if !defined(AFX_MSCREENINFO_H__223DE66E_E7D7_11D2_8572_00001A0169AC__INCLUDED_)
- #define AFX_MSCREENINFO_H__223DE66E_E7D7_11D2_8572_00001A0169AC__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // MScreenInfo.h : main header file for MSCREENINFO.DLL
- #if !defined( __AFXCTL_H__ )
- #error include 'afxctl.h' before including this file
- #endif
- #include "resource.h" // main symbols
- /////////////////////////////////////////////////////////////////////////////
- // CMScreenInfoApp : See MScreenInfo.cpp for implementation.
- class CMScreenInfoApp : public COleControlModule
- {
- public:
- BOOL InitInstance();
- int ExitInstance();
- };
- extern const GUID CDECL _tlid;
- extern const WORD _wVerMajor;
- extern const WORD _wVerMinor;
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MSCREENINFO_H__223DE66E_E7D7_11D2_8572_00001A0169AC__INCLUDED)