开发者

How to get motherboard type in C?

开发者 https://www.devze.com 2023-01-16 22:07 出处:网络
I want to create a small app开发者_JAVA技巧lication which gets my motherboards type. How can i do this using C?

I want to create a small app开发者_JAVA技巧lication which gets my motherboards type. How can i do this using C?

Thanks, kampi


You could get the information you want with GetSystemFirmwareTable Win32 System Call. Not sure if you will find the exact information you are looking for though. Check out the doc.

0

精彩评论

暂无评论...
验证码 换一张
取 消