Hi!
I want to create a small application which gets my motherboards type. How can i do this using C?
Thanks, kampi
Hi!
I want to create a small application 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.