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

资源简介

C++ 获取磁盘序列号(提高篇-实例006).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “DiskSerial.h“
#include “DiskSerialDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDiskSerialApp

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

/////////////////////////////////////////////////////////////////////////////
// CDiskSerialApp construction

CDiskSerialApp::CDiskSerialApp()
{
// 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       10134  2007-08-21 15:45  disk2.ICO
     文件       25336  2013-10-24 14:24  DiskSerial.aps
     文件        1109  2013-10-24 14:25  DiskSerial.clw
     文件        2119  2007-08-21 15:45  DiskSerial.cpp
     文件        4293  2007-08-21 15:45  DiskSerial.dsp
     文件         545  2007-08-21 15:45  DiskSerial.dsw
     文件        1368  2007-08-21 15:45  DiskSerial.h
     文件       41984  2013-10-24 14:25  DiskSerial.ncb
     文件      290304  2013-10-24 14:25  DiskSerial.opt
     文件        1677  2013-10-24 14:24  DiskSerial.plg
     文件        5271  2007-08-21 15:45  DiskSerial.rc
     文件        5088  2007-08-21 15:45  DiskSerialDlg.cpp
     文件        1377  2007-08-21 15:45  DiskSerialDlg.h
     文件         733  2007-08-21 15:45  resource.h
     文件         212  2007-08-21 15:45  StdAfx.cpp
     文件        1054  2007-08-21 15:45  StdAfx.h
     文件        5694  2007-08-21 15:45  res\DiskSerial.ico
     文件         402  2007-08-21 15:45  res\DiskSerial.rc2

评论

共有 条评论