How to get motherboard type in 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.
精彩评论