术语 | getsysteminfo |
释义 | GetSystemInfo 语法: C++ void WINAPI GetSystemInfo( __out LPSYSTEM_INFO lpSystemInfo ); 函数的GetSystemInfo 检索资料对现有制度。 要检索一个WOW64上运行的应用程序的准确信息,调用GetNativeSystemInfo功能。 参数 lpSystemInfo [out] 一个 SYSTEM_INFO结构,接收信息的指针。 返回值 这个函数没有返回值。 实例 有关示例,请参见获取硬件信息。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWinbase.h(头文件:winuser.h) LibraryKernel32.lib DLLKernel32.dll 参见 GetNativeSystemInfo 系统信息功能 SYSTEM_INFO 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年8月27日 ==英文原文==GetSystemInfo Function Retrieves information about the current system. To retrieve accurate information for an application running on WOW64, call the GetNativeSystemInfo function. Syntax C++ void WINAPI GetSystemInfo( __out LPSYSTEM_INFO lpSystemInfo ); Parameters lpSystemInfo [out] A pointer to a SYSTEM_INFO structure that receives the information. Return Value This function does not return a value. Examples For an example, see Getting Hardware Information . Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWinbase.h (include Windows.h) LibraryKernel32.lib DLLKernel32.dll See Also GetNativeSystemInfo System Information Functions SYSTEM_INFO Send comments about this topic to Microsoft Build date: 8/27/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/ms724381(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。