API函数(SYSTEM_INFO结构体的各项都是什么意思??)

来源:百度知道 编辑:UC知道 时间:2024/06/25 16:37:01
谢谢了!!!
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
还有,各项的返回值都有那些,分别代表什么?谢谢!

这个问题很大啊,怪不得没几个人回答。
我全文翻译了一下MSDN,放在百度百科上了,你先看看吧。有几个地方写得有些含糊,但是应该没有太多错误。
地址:
http://baike.baidu.com/view/658223.html