1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

SystemInfoDemo: Add a call to getUniqueDeviceID

This commit is contained in:
Oli 2022-10-28 12:24:30 +01:00
parent 167911b9d2
commit cb14ac2cae

View file

@ -135,6 +135,7 @@ static String getAllSystemInfo()
<< "Host name: " << SystemStats::getComputerName() << newLine
<< "Device type: " << SystemStats::getDeviceDescription() << newLine
<< "Manufacturer: " << SystemStats::getDeviceManufacturer() << newLine
<< "Device ID: " << SystemStats::getUniqueDeviceID() << newLine
<< "User logon name: " << SystemStats::getLogonName() << newLine
<< "Full user name: " << SystemStats::getFullUserName() << newLine
<< "User region: " << SystemStats::getUserRegion() << newLine