cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
Please, who can tell me how I can get a
Please, who can tell me how I can get a C/C++ routine that I can use to retrieve the hard disc serial number
Apr 1, 2011 at 2:02pm UTC
greatme
(7)
As part of an anti-piracy scheme , I need a routine with which I can retrieve a system's hard disk serial number.
Apr 3, 2011 at 8:08am UTC
modoran
(2077)
Just use Win32_PhysicalMedia Class from WMI and get SerialNumber property.
http://msdn.microsoft.com/en-us/library/aa394346(v=vs.85).aspx
Topic archived. No new replies allowed.