• 大小: 0.02M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介

C++ 获取当前屏幕颜色质量(提高篇-实例068).zip

资源截图

代码片段和文件信息

// GetDeviceCaps.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “GetDeviceCaps.h“
#include “GetDeviceCapsDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CGetDeviceCapsApp

BEGIN_MESSAGE_MAP(CGetDeviceCapsApp CWinApp)
//{{AFX_MSG_MAP(CGetDeviceCapsApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CGetDeviceCapsApp construction

CGetDeviceCapsApp::C

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       20788  2013-10-29 10:39  GetDeviceCaps.aps
     文件        1117  2013-10-29 10:42  GetDeviceCaps.clw
     文件        2161  2013-10-29 10:36  GetDeviceCaps.cpp
     文件        4285  2013-10-29 10:36  GetDeviceCaps.dsp
     文件         549  2013-10-29 10:36  GetDeviceCaps.dsw
     文件        1401  2013-10-29 10:36  GetDeviceCaps.h
     文件       48640  2013-10-29 10:42  GetDeviceCaps.opt
     文件        5256  2013-10-29 10:37  GetDeviceCaps.rc
     文件        4553  2013-10-29 10:36  GetDeviceCapsDlg.cpp
     文件        1443  2013-10-29 10:36  GetDeviceCapsDlg.h
     文件        3705  2013-10-29 10:36  ReadMe.txt
     文件         691  2013-10-29 10:36  Resource.h
     文件         215  2013-10-29 10:36  StdAfx.cpp
     文件        1054  2013-10-29 10:36  StdAfx.h
     文件        1078  2013-10-29 10:36  res\GetDeviceCaps.ico
     文件         405  2013-10-29 10:36  res\GetDeviceCaps.rc2

评论

共有 条评论