vb获取电脑配置信息

来源:百度知道 编辑:UC知道 时间:2024/06/06 20:19:07
最好能有详细的代码,谢谢!
大哥能不能说的详细点啊,这个API函数怎么用啊?

使用API函数:
Public Declare Sub GetSystemInfo Lib "kernel32" Alias "GetSystemInfo" (lpSystemInfo As SYSTEM_INFO)
Public Type SYSTEM_INFO
dwOemID As Long
dwPageSize As Long
lpMinimumApplicationAddress As Long
lpMaximumApplicationAddress As Long
dwActiveProcessorMask As Long
dwNumberOrfProcessors As Long
dwProcessorType As Long
dwAllocationGranularity As Long
dwReserved As Long
End Type