vote up 4 vote down star
3

Is there an easy way to get the serial number of all the hard disks in a PC using the Win32 API?

flag

3 Answers

vote up 4 vote down check

look here

link|flag
vote up 1 vote down

GetVolumeInformation is your friend.

link|flag
GetVolumeInformation() will only give you the serial no of the volume. Disk volume != hard disk. The volume serial is typically just a 32-bit timestamp from when the disk was formatted. – Andreas Magnusson Dec 1 '08 at 15:46
You are correct. – Edouard A. Dec 1 '08 at 19:37
vote up 0 vote down

It's a Win32 FAQ See news://comp.os.ms-windows.programmer.win32 for the right method

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.