资源简介
4章读取网卡物理地址.rar

代码片段和文件信息
// EthernetAdapter.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “EthernetAdapter.h“
#include “EthernetAdapterDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CEthernetAdapterApp
BEGIN_MESSAGE_MAP(CEthernetAdapterApp CWinApp)
//{{AFX_MSG_MAP(CEthernetAdapterApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CEthernetAdapterApp construction
CEthernetAdapterApp::CEthernetAdapterApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CEthernetAdapterApp object
CEthernetAdapterApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CEthernetAdapterApp initialization
BOOL CEthernetAdapterApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CEthernetAdapterDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1061 2004-04-01 23:25 第4章 读取网卡物理地址\EthernetAdapter\EthernetAdapter.clw
文件 2189 2003-04-02 10:43 第4章 读取网卡物理地址\EthernetAdapter\EthernetAdapter.cpp
文件 4321 2003-04-02 10:43 第4章 读取网卡物理地址\EthernetAdapter\EthernetAdapter.dsp
文件 553 2003-04-02 10:43 第4章 读取网卡物理地址\EthernetAdapter\EthernetAdapter.dsw
文件 110722 2004-04-01 23:10 第4章 读取网卡物理地址\EthernetAdapter\EthernetAdapter.exe
文件 1423 2003-04-02 10:43 第4章 读取网卡物理地址\EthernetAdapter\EthernetAdapter.h
文件 4878 2004-04-01 23:10 第4章 读取网卡物理地址\EthernetAdapter\EthernetAdapter.rc
文件 5005 2003-04-02 12:35 第4章 读取网卡物理地址\EthernetAdapter\EthernetAdapterDlg.cpp
文件 1649 2003-04-02 10:43 第4章 读取网卡物理地址\EthernetAdapter\EthernetAdapterDlg.h
文件 3741 2003-04-02 10:43 第4章 读取网卡物理地址\EthernetAdapter\ReadMe.txt
文件 3262 2003-04-02 10:43 第4章 读取网卡物理地址\EthernetAdapter\RES\EthernetAdapter.ico
文件 407 2003-04-02 10:43 第4章 读取网卡物理地址\EthernetAdapter\RES\EthernetAdapter.rc2
文件 601 2003-04-02 10:43 第4章 读取网卡物理地址\EthernetAdapter\Resource.h
文件 217 2003-04-02 10:43 第4章 读取网卡物理地址\EthernetAdapter\StdAfx.cpp
文件 1111 2003-04-02 10:43 第4章 读取网卡物理地址\EthernetAdapter\StdAfx.h
目录 0 2009-12-04 18:52 第4章 读取网卡物理地址\EthernetAdapter\RES
目录 0 2009-12-04 18:52 第4章 读取网卡物理地址\EthernetAdapter
目录 0 2009-12-04 18:52 第4章 读取网卡物理地址
----------- --------- ---------- ----- ----
141140 18
- 上一篇:esp8266连接阿里云
- 下一篇:Linux系统tftp安装包
相关资源
- PID_AutoTune_v0.rar
- vspd7.2.308.zip
- 价值2k的H漫画小说系统
- Pythonamp;课堂amp;笔记(高淇amp;400;集第
- ddos压力测试工具99657
- UML建模大全
- 开源1A锂电池充电板TP4056原理图+PCB
- m1卡 ic卡可选择扇区初始化加密软件
- TSCC.exe
- FTP课程设计(服务端+客户端)
- 计算机图形学 边填充算法实现代码
- 电力系统潮流计算程序集合
- oracle数据迁移项目实施方案
- Web Api 通过文件流 文件到本地
- Visio图标-最新最全的网络通信图标库
- Spire API文档
- OpenGL参考手册
- Python中Numpy库最新教程
- SPD博士V5.3.exe
- 直流无刷电机方波驱动 stm32 例程代码
- layui后台管理模板
- 仿知乎界面小程序源代码
- 云平台-阿里云详细介绍
- photoshop经典1000例
- scratch垃圾分类源码(最终版本).sb
- IAR ARM 7.8破解
- TI CCS V5.4 安装步骤及破解文件
- 松下plc FP-XH的驱动
- 局域网硬件信息收集工具
- 加快Windows XP操作系统开机速度
评论
共有 条评论