S
S
ShinShil2016-09-15 22:13:39
Iron
ShinShil, 2016-09-15 22:13:39

How to get information about hard disk without using wmi?

You need to display information about the hard disk, provided that WMI cannot be used: -model
-firmware version
-serial
number
-memory information (free/used/total)
-list of supported ATA standards
-list of supported memory access modes (PIO , DMA)
I did almost everything (did not define DMA) with WMI, now I need it without it and that's it :)
I noticed that the device manager has the information I need ( Disk devices -> properties and IDE ATA / ATAPI controllers-> properties ), where did this information come from, maybe there is a way to access it from a C++ program (some windows system tables, for example)
How to do this in C++, if it is impossible on it, then on what is it possible?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Ananiev, 2016-09-15
@SaNNy32

https://msdn.microsoft.com/en-us/library/windows/d...
https://msdn.microsoft.com/en-us/library/windows/d...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question