资源简介
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安装包
相关资源
- springboot.txt
- struts视频教程.txt
- 兴唐、科东、南瑞、卫士通纵向加密
- urls.txt
- stata15.1安装包
- roc496_665630.zip
- Bandizip.exe
- ubuntu-16.04.3-desktop-amd64.iso.torrent
- 智能控制第4版仿真程序-上交.zip
- Quartus_II_13.1_x64破解器.rar
- 移位寄存器专题.rar
- DynamicModelUpdate.rar
- ex02.rar
- 2.16.2_0.crx
- Tomasulo算法实验报告.docx
- ravemaster_1076245.rar
- Photon_english.dll
- lCD1602万年日历温度显示程序仿真.zi
- EPSONL4168L4160打印机清零软件教程步骤
- 极品私人密盘(190814).zip
- 影视.txt
- YW寄生虫.zip
- 百度连接提取码.txt
- 9Tkinter.zip
- 计算机网络谢希仁第七版课后答案完
-
unti
tled1385696325.rar - 频率计.rar
- 杨辉通信考研视频资料.docx
- qq_43391237_11004384.zip
- skyline安装包及破解文件.txt
评论
共有 条评论