MM.h
上传用户:jyxwjx
上传日期:2020-03-13
资源大小:221k
文件大小:1k
- // MM.h : MM 览侩 橇肺弊伐俊 措茄 林 庆歹 颇老
- //
- #pragma once
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // 林 扁龋
- typedef struct _tMonitor
- {
- int nWidth; // Width
- int nHeight; // Height
- int nWidthVirtual; // Width Virtual
- int nHeightVirtual; // Height Virtual
- int nBitPerPixel; // BitPerPixel
- int nRefresh; // Refresh
- int nMonitor; // Monitors
- int nMegaPixel; // MegaPixel
- BOOL bSameDisplayFormat; // SameDisplayFormat
- RECT rcVirtual;
- CArray< MONITORINFOEX, MONITORINFOEX > aryMonitors;
-
- }TMONITOR;
- // CMMApp:
- // 捞 努贰胶狼 备泅俊 措秦辑绰 MM.cpp阑 曼炼窍绞矫坷.
- //
- class CMMApp : public CWinApp
- {
- public:
- CMMApp();
- TMONITOR m_infoMonitor;
- int GetMonitorInformation(void);
- // 犁沥狼
- public:
- virtual BOOL InitInstance();
- // 备泅
- afx_msg void OnAppAbout();
- DECLARE_MESSAGE_MAP()
- };
- extern CMMApp theApp;