#define _CRT_NON_CONFORMING_SWPRINTFS
#define _CRT_SECURE_NO_WARNINGS
#include <windows.h>
#include <tchar.h>
#include <initguid.h>
#include <wmistr.h>
DEFINE_GUID(wmi_monitor_id_guid, 0x671a8285, 0x4edb, 0x4cae, 0x99, 0xfe, 0x69, 0xa1, 0x5c, 0x48, 0xc0, 0xbc);
typedef struct _wmi_monitor_id
{
unsigned short product_code_id[16];
unsigned short serial_number_id[16];
unsigned short manufacturer_name[16];
unsigned char week_of_manufacture;
unsigned short year_of_manufacture;
unsigned short user_friendly_name_length;
unsigned short user_friendly_name[
获取显示器数据
最新推荐文章于 2024-03-22 08:26:59 发布