• 大小: 4.33KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-29
  • 标签: c++  地址  MAC  

资源简介

获取设备MAC地址

资源截图

代码片段和文件信息

#include 
#include 
#include 

#include 
#include 
#include 
#pragma comment(lib “setupapi.lib“)
#include 
#pragma comment(lib “uuid.lib“)
#include 
#include 
#include 
#include 

using DIDD_TYPE_base = SP_DEVICE_INTERFACE_DETAIL_DATA;
using DIDD_TYPE_CHAR = decltype(*static_castse *>(nullptr)->DevicePath);

static constexpr SIZE_T DIDD_SIZE_HEAD = offsetof(DIDD_TYPE_base DevicePath);
static constexpr SIZE_T DIDD_SIZE_BODY = sizeof(DIDD_TYPE_CHAR) * MAX_PATH;
static constexpr SIZE_T DIDD_SIZE_FULL = DIDD_SIZE_HEAD + DIDD_SIZE_BODY;

using DEVICE_INTERFACE_DETAIL_DATA = union DEVICE_INTERFACE_DETAIL_DATA {
inline SP_DEVICE_INTERFACE_DE

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        5508  2019-06-21 15:29  MacAddress.cpp
     文件        1301  2019-06-13 16:10  MacAddress.sln
     文件        7185  2019-06-14 10:08  MacAddress.vcxproj
     文件         949  2019-06-14 10:08  MacAddress.vcxproj.filters

评论

共有 条评论