Quantcast
Channel: HWiNFO Forum - All Forums
Viewing all articles
Browse latest Browse all 2655

HWInfo source code

$
0
0
Hello,

I'm interested in some parts of the source code of hwinfo.
In my project (coding with vs15 , c#) it's necessary to get some SATA speed information (like r/w..) but everything which is provided by Microsoft doesn't work properly.
For example with the class below it's possible to receive a few data but not the ones I need (negotiated speed).

https://msdn.microsoft.com/en-us/library/windows/desktop/aa394156(v=vs.85).aspx

CIMWin32 WMI Providers -> Win32_IDEControllerDevice

uint32 NegotiatedDataWidth;

uint64  NegotiatedSpeed;


It seems like HWInfo has access to these data when I use your program and my question is "How did u do that"? Big Grin
MS has a few different classes but not even one could show me the SATA speed.
Maybe you could help me with my issue. Thanks in advance!

Regards
Sven

Viewing all articles
Browse latest Browse all 2655

Trending Articles