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:
parent
167911b9d2
commit
cb14ac2cae
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue