术语 | getnativesysteminfo |
释义 | GetNativeSystemInfo 语法: C++ void WINAPI GetNativeSystemInfo( __out LPSYSTEM_INFO lpSystemInfo ); GetNativeSystemInfo功能 信息检索系统,目前应用在WOW64下运行。如果该函数被调用从64位应用程序,它等同于的GetSystemInfo函数。 参数 lpSystemInfo [out] 一个 SYSTEM_INFO结构,接收信息的指针。 返回值 这个函数没有返回值。 备注 要确定是否一个Win32的应用程序是在WOW64下运行,调用IsWow64Process功能。 要编译的应用程序使用此功能,定义_WIN32_WINNT为0x0501或更高版本。有关详细信息,请参阅使用Windows头。 实例 有关示例,请参阅使用的系统版本。 要求: 最低支持client-Windows XP 最低支持serverWindows服务器2003 HeaderWinbase.h(头文件:winuser.h) LibraryKernel32.lib DLLKernel32.dll 参见 IsWow64Process 系统信息功能 SYSTEM_INFO 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年8月27日 ==英文原文==GetNativeSystemInfo Function Retrieves information about the current system to an application running under WOW64 . If the function is called from a 64-bit application, it is equivalent to the GetSystemInfo function. Syntax C++ void WINAPI GetNativeSystemInfo( __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. Remarks To determine whether a Win32-based application is running under WOW64, call the IsWow64Process function. To compile an application that uses this function, define _WIN32_WINNT as 0x0501 or later. For more information, see Using the Windows Headers . Examples For an example, see Getting the System Version . Requirements Minimum supported clientWindows XP Minimum supported serverWindows Server 2003 HeaderWinbase.h (include Windows.h) LibraryKernel32.lib DLLKernel32.dll See Also IsWow64Process System Information Functions SYSTEM_INFO Send comments about this topic to Microsoft Build date: 8/27/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/ms724340(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。