views:

70

answers:

1

Hi!

I want to create a small application which gets my motherboards type. How can i do this using C?

Thanks, kampi

+2  A: 

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.

Pablo Santa Cruz
Hi! Thanks, but as i can see, the minimum requirement for this function is XP x64, but i'm using XP Professioanal x86 :(
kampi