GetSystemInfo 函数 (sysinfoapi.h)
检索有关当前系统的信息。
若要检索 WOW64 上运行的应用程序的准确信息,请调用 GetNativeSystemInfo 函数。
语法
void GetSystemInfo(
[out] LPSYSTEM_INFO lpSystemInfo
);
参数
[out] lpSystemInfo
指向接收信息的 SYSTEM_INFO 结构的指针。
返回值
无
要求
最低受支持的客户端 | Windows 2000 专业版 [桌面应用 |UWP 应用] |
最低受支持的服务器 | Windows 2000 Server [桌面应用 |UWP 应用] |
目标平台 | Windows |
标头 | sysinfoapi.h (包括 Windows.h) |
Library | Kernel32.lib |
DLL | Kernel32.dll |