Unique System ID

S

Sai Krishnan

Hi
We would like to get a Unique Id which can identify a system. Are there any
such unique Ids?

Is there any way we can get the Serial number of the partition containing
the operating system?

Any help will be greatly appreciated.
Thanks
sai
 
L

lallous

Hello,

There are many factors that you can, somehow, rely on as unique IDs...such
as MAC address or Harddisk Hardware serial number.
However the partition serial number is not unique and can be changed.

To retrieve it use/check the GetVolumeInformation()
 
V

Victor Pereira

Sai said:
Hi
We would like to get a Unique Id which can identify a system. Are there any
such unique Ids?

Is there any way we can get the Serial number of the partition containing
the operating system?

Any help will be greatly appreciated.
Thanks
sai
Use A SID generated by you.. take a look at this function
AllocateAndInitializeSid()

Reguards,

VP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top