请输入您要查询的百科知识:

 

词条 GetSystemInfo
释义

GetSystemInfo

GetSystemInfo,Win32 API 函数。

函数说明:

GetSystemInfo返回关于当前系统的信息。

函数原型:

VOID GetSystemInfo

(

LPSYSTEM_INFO lpSystemInfo

);

参数表:

lpSystemInfo

wProcessorArchitecture: Word; {处理器的体系结构}

wReserved: Word; {保留}

dwPageSize: DWORD; {分页大小}

lpMinimumApplicationAddress: Pointer;{最小寻址空间}

lpMaximumApplicationAddress: Pointer;{最大寻址空间}

dwActiveProcessorMask: DWORD; {处理器掩码; 0..31 表示不同的处理器} dwNumberOfProcessors: DWORD; {处理器数目}

dwProcessorType: DWORD; {处理器类型}

dwAllocationGranularity: DWORD; {虚拟内存空间的粒度}

wProcessorLevel: Word; {处理器等级}

wProcessorRevision: Word); {处理器版本}

指向一个供函数返回信息的SYSTEM_INFO结构体。

返回值:

这个函数不返回任何值。

快捷信息:

导入库:kernel32.lib

头文件:winbase.h

数据类型:win 32 XPsys

随便看

 

百科全书收录4421916条中文百科知识,基本涵盖了大多数领域的百科知识,是一部内容开放、自由的电子版百科全书。

 

Copyright © 2004-2023 Cnenc.net All Rights Reserved
更新时间:2025/3/22 7:35:42