Click to See Complete Forum and Search --> : physical hd serialnumber


mariusdc2000
April 15th, 2003, 02:51 AM
Hi,

How can I get the harddisk physical serial number on all OS's?

Gabriel Fleseriu
April 15th, 2003, 03:04 AM
I doubt that there is a uniform method to do that on ALL operating systems. Standard C++ knows nothing about harddisks and their serial numbers, so an approach from this side is excluded.

mariusdc2000
April 15th, 2003, 03:10 AM
But only on Win98 or higher and using WINAPI or anything else?

Gabriel Fleseriu
April 15th, 2003, 03:21 AM
Have a look at DeviceIoControl() and the provided examples in MSDN.