如何在C中获取主板类型?
我想创建一个获取我的主板类型的小应用程序。我如何使用 C 来做到这一点?
谢谢,坎皮
I want to create a small application which gets my motherboards type. How can i do this using C?
Thanks, kampi
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过 GetSystemFirmwareTable Win32 系统调用。但不确定您是否能找到您正在寻找的确切信息。查看文档。
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.