Win32_ComputerSystem::Model

このコンピュータの製品名は、Modelプロパティで取得する。

Win32_ComputerSystem クラス - Win32 apps | Microsoft Docs

Win32_ComputerSystem.cppで、

Modelも取得する。

CoCreateInstance OK!
pLocator = 0x006be010
pLocator->ConnectServer OK!
pServices = 0x006c8768
CoSetProxyBlanket OK!
pServices->ExecQuery OK!
pEnumerator = 0x006c2388
pEnumerator->Next OK!
pClassObject = 0x006d4aa8
pClassObject->Get OK!
Name: DESKTOP-PUSH7HT
pClassObject->Get OK!
UserName: DESKTOP-PUSH7HT\bg1
pClassObject->Get OK!
Domain: WORKGROUP
pClassObject->Get OK!
Model: Surface Pro

まあSurface Proで動かしてるからね。

Sample/wmi/Win32_ComputerSystem/Model/src/Win32_ComputerSystem at master · bg1bgst333/Sample · GitHub