SID + HD number

  • Thread starter Thread starter Boni
  • Start date Start date
B

Boni

Hi all,
Could smbd. help me to get SID , HD number and processor frequency from
unmanaged code. Are there more unique numbers?
Thanks,
Boni
 
Hi

I think that you should look at W32_* operating system classes of WMI.
You can query all the data that you need.
You can use WMI from native code using its COM interface.
You can also query the MAC address of the network card (It is a unique
number) (Win32_NetworkAdapter)

Alon Fliess
CTO
The Sela Group
 
Back
Top