• 大小: 14KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-02
  • 语言: C/C++
  • 标签: 13  

资源简介

通过MFC枚举获取系统中已安装的硬件设备,根据需求选择对应设备

资源截图

代码片段和文件信息

// d.cpp : Defines the class behaviors for the application.
// Download by http://www.NewXing.com

#include “stdafx.h“
#include “d.h“
#include “dDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDApp

BEGIN_MESSAGE_MAP(CDApp CWinApp)
//{{AFX_MSG_MAP(CDApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CDApp construction

CDApp::CDApp()
{
// TODO: add construction code here
// Place a

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    .......      3489  2005-06-12 03:09  www.NewXing.com\ReadMe.txt

     文件       1304  2013-12-02 04:37  www.NewXing.com\d.h

     文件       1152  2013-12-02 04:37  www.NewXing.com\dDlg.h

     文件        760  2013-12-02 04:37  www.NewXing.com\Resource.h

     文件       1089  2013-12-02 04:37  www.NewXing.com\StdAfx.h

     文件       2034  2013-12-02 04:37  www.NewXing.com\d.cpp

     文件       3268  2013-12-02 04:37  www.NewXing.com\dDlg.cpp

     文件        240  2013-12-02 04:37  www.NewXing.com\StdAfx.cpp

    .......     35120  2009-08-24 16:11  www.NewXing.com\d.aps

    .......       765  2009-08-24 16:11  www.NewXing.com\d.clw

    .......      4069  2005-06-12 03:27  www.NewXing.com\d.dsp

    .......       527  2005-06-12 03:28  www.NewXing.com\d.dsw

    .......      1078  2005-06-12 03:09  www.NewXing.com\res\d.ico

    .......      4776  2009-08-24 16:11  www.NewXing.com\d.rc

    .......       393  2005-06-12 03:09  www.NewXing.com\res\d.rc2

     目录          0  2009-08-24 16:08  www.NewXing.com\res

----------- ---------  ---------- -----  ----

                60064                    16


评论

共有 条评论