找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
热搜: 活动 交友 discuz
查看: 155|回复: 0

[每日一码] 如何获得AUTOCAD的 Product Name

[复制链接]

1

主题

0

回帖

33

积分

管理员

积分
33
发表于 2024-3-14 20:55:26 | 显示全部楼层 |阅读模式
  1. void asdkGetProductName()
  2. {
  3.     char productName[MAX采用PATH];
  4.     const ACHAR* pRegKey = acdbHostApplicationServices()->getRegistryProductRootKey();
  5.     HKEY hKey;
  6.     DWORD dwRet = RegOpenKeyEx(HKEY采用LOCAL采用MACHINE, pRegKey,NULL, KEY采用READ, &hKey);
  7.     if (dwRet == ERROR采用SUCCESS && hKey != NULL)
  8.    {
  9.         DWORD dwCount = MAX采用PATH;
  10.         DWORD dwType;
  11.         dwRet = RegQueryValueEx(hKey, L"ProductName", NULL, &dwType, (LPBYTE)(productName), &dwCount);
  12.         RegCloseKey(hKey);
  13.     }
  14.     acutPrintf(L"\nThe Product Running is: %s\n", productName);
  15. }
复制代码
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|膜结构网

GMT+8, 2024-12-29 21:04 , Processed in 0.106311 second(s), 23 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表