-
大小: 0.13M文件類型: .zip金幣: 1下載: 0 次發(fā)布日期: 2021-02-21
- 語(yǔ)言: C/C++
- 標(biāo)簽:
資源簡(jiǎn)介
C++ 獲取驅(qū)動(dòng)器的卷標(biāo)(提高篇-實(shí)例001).zip
代碼片段和文件信息
//?DeviceVolume.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“DeviceVolume.h“
#include?“DeviceVolumeDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CDeviceVolumeApp
BEGIN_MESSAGE_MAP(CDeviceVolumeApp?CWinApp)
//{{AFX_MSG_MAP(CDeviceVolumeApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CDeviceVolumeApp?construction
CDeviceVolumeApp::CDeviceVolumeApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?Th
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????25348??2013-12-18?08:58??DeviceVolume.aps
?????文件????????1171??2013-12-18?09:02??DeviceVolume.clw
?????文件????????2147??2007-08-21?15:45??DeviceVolume.cpp
?????文件????????4267??2007-08-21?15:45??DeviceVolume.dsp
?????文件?????????549??2007-08-21?15:45??DeviceVolume.dsw
?????文件????????1390??2007-08-21?15:45??DeviceVolume.h
?????文件??????290304??2013-12-18?09:02??DeviceVolume.opt
?????文件????????5345??2007-08-21?15:45??DeviceVolume.rc
?????文件????????5231??2013-10-24?10:11??DeviceVolumeDlg.cpp
?????文件????????1401??2007-08-21?15:45??DeviceVolumeDlg.h
?????文件????????3687??2007-08-21?15:45??ReadMe.txt
?????文件?????????736??2007-08-21?15:45??resource.h
?????文件?????????214??2007-08-21?15:45??StdAfx.cpp
?????文件????????1054??2007-08-21?15:45??StdAfx.h
?????文件????????5694??2007-08-21?15:45??res\DeviceVolume.ico
?????文件?????????404??2007-08-21?15:45??res\DeviceVolume.rc2
評(píng)論
共有 條評(píng)論