Is there an easy way to get the serial number of all the hard disks in a PC using the Win32 API?
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
2008-12-01 15:46:54
You are correct.
Edouard A.
2008-12-01 19:37:51