Reputation: 2484
I want to create a small application which gets my motherboards type. How can i do this using C?
Thanks, kampi
Upvotes: 1
Views: 445
Reputation: 181270
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.
Upvotes: 2