2004年8月24日

获取MAC地址的烦恼

摘要: 袭网络中介绍的C#实现的获取MAC地址的代码,得到的结果却与想象中不同[DllImport("Iphlpapi.dll")] private static extern int SendARP(Int32 dest,Int32 host,ref IntPtr mac,ref IntPtr length); [DllImport("Ws2_32.dll")] private static ex... 阅读全文

posted @ 2004-08-24 11:59 黄玮璘 阅读(576) 评论(0) 推荐(0) 编辑

导航