📄 readme.txt
字号:
Printing Communications Associates, Inc.
- PCAUSA -
<http://www.pcausa.com>
4201 Brunswick Court
Smyrna, GA 30080 USA
TEL: (770) 432-4580
FAX: (770) 436-7246
<mailto:tdivine@pcausa.com>
//
// About MACADDR II
// ----------------
// The Windows NT DDK includes a sample application called MACADDR. The
// MACADDR sample illustrated the use of Win32 DeviceIoControl calls to
// access NDIS MAC drivers using the IOCTL_NDIS_QUERY_GLOBAL_STATS Ioctl.
//
// The technique illustrated in the MACADDR sample actually works on Windows
// 2000. However, the MACADDR sample is omitted from the Windows 2000 DDK.
//
// The PCAUSA MACADDR II sample illustrates the MACADDR techniques for both
// Windows NT and Windows 2000.
//
// Using MACADDR II
// ----------------
// MACADDR II is a Win32 Console Application. It is meant to be run from
// within a Command Prompt window. To run MACADDR II, first change to the
// directory containing the MacAddr2.exe file. Then enter the command:
//
// D:>macaddr2
//
// The application will run and output to the console.
//
// MACADDR II enumerates known MAC adapters in the NetCards registry key.
// It displays 1.) "Title", 2.) Description and 3.) Adapter Name (name
// passed to NdisOpenAdapter) from the registry information.
//
// For each MAC device found the program attempts to use the
// IOCTL_NDIS_QUERY_GLOBAL_STATS DeviceIoControl call to fetch the
// adapters OID_GEN_MEDIA_IN_USE and OID_XXX_CURRENT_ADDRESS.
//
// Other information of interest to programmers is displayed as the
// MACADDR II application runs.
//
// Sample MACADDR II Output
// ------------------------
// See NT.LOG and W2K.LOG for sample output.
//
// Terms of Use
// ------------
// This software is provided "as is", without any guarantee made
// as to its suitability or fitness for any particular use. It may
// contain bugs, so use of this tool is at your own risk. PCAUSA takes
// no responsilbity for any damage that may unintentionally be caused
// through its use.
//
// You may use MacAddr II source code in your own product, either free or
// commercial, without requesting permission of PCAUSA. However, informing
// PCAUSA of products which benefit from PCAUSA code is encouraged.
//
// You may NOT redistribute MacAddr II sources or executables or any of the
// MacAddr components that you downloaded without express written
// permission of PCAUSA. If someone wants these items, then they must
// download them from the PCAUSA website.
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -