資源簡介
C++ 判斷驅動器類型(提高篇-實例005).zip
代碼片段和文件信息
//?DriverAttri.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“DriverAttri.h“
#include?“DriverAttriDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CDriverAttriApp
BEGIN_MESSAGE_MAP(CDriverAttriApp?CWinApp)
//{{AFX_MSG_MAP(CDriverAttriApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CDriverAttriApp?construction
CDriverAttriApp::CDriverAttriApp()
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????25460??2014-01-02?10:19??DriverAttri.aps
?????文件????????1245??2014-01-02?10:21??DriverAttri.clw
?????文件????????2133??2007-08-21?15:45??DriverAttri.cpp
?????文件????????4249??2007-08-21?15:45??DriverAttri.dsp
?????文件?????????547??2007-08-21?15:45??DriverAttri.dsw
?????文件????????1379??2007-08-21?15:45??DriverAttri.h
?????文件??????290304??2014-01-02?10:21??DriverAttri.opt
?????文件????????5437??2007-08-21?15:45??DriverAttri.rc
?????文件????????5520??2007-08-21?15:45??DriverAttriDlg.cpp
?????文件????????1426??2007-08-21?15:45??DriverAttriDlg.h
?????文件?????????827??2007-08-21?15:45??resource.h
?????文件?????????213??2007-08-21?15:45??StdAfx.cpp
?????文件????????1054??2007-08-21?15:45??StdAfx.h
?????文件????????5694??2007-08-21?15:45??res\DriverAttri.ico
?????文件?????????403??2007-08-21?15:45??res\DriverAttri.rc2
- 上一篇:C++ 調用創建快捷方式向導
- 下一篇:C++ 顯示被隱藏的磁盤分區
評論
共有 條評論