kampi
kampi

Reputation: 2484

How to get motherboard type in C?

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

Answers (1)

Pablo Santa Cruz
Pablo Santa Cruz

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

Related Questions