术语 | pdhgetdllversion |
释义 | PdhGetDllVersion 语法: C++ PDH_STATUS PdhGetDllVersion( __out LPDWORD lpdwVersion ); PdhGetDllVersion功能 返回的版本当前安装的Pdh.dll文件。 注意:此功能是过时的,不再支持。 参数 lpdwVersion [out] 指针变量,它接收的分发PDH.dll版本。此参数可以是下列值之一。 ValueMeaning PDH_CVERSION_WIN50The文件版本是Windows 2000。 PDH_VERSIONThe文件版本是Windows XP。 返回值 如果函数成功,它返回ERROR_SUCCESS。 如果函数失败,返回值是一个系统错误代码或一种PDH错误代码。以下是可能的值。 备注 这个功能用来帮助确定功能的分发PDH.dll当前安装的版本支持。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderPdh.h LibraryPdh.lib DLLPdh.dll 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月23日 ==英文原文==PdhGetDllVersion Function Returns the version of the currently installed Pdh.dll file. Note This function is obsolete and no longer supported. Syntax C++ PDH_STATUS PdhGetDllVersion( __out LPDWORD lpdwVersion ); Parameters lpdwVersion [out] Pointer to a variable that receives the version of Pdh.dll. This parameter can be one of the following values. ValueMeaning PDH_CVERSION_WIN50The file version is Windows 2000. PDH_VERSIONThe file version is Windows XP. Return Value If the function succeeds, it returns ERROR_SUCCESS. If the function fails, the return value is a system error code or a PDH error code . The following are possible values. Remarks This function is used to help in determining the functionality that the currently installed version of Pdh.dll supports. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderPdh.h LibraryPdh.lib DLLPdh.dll Send comments about this topic to Microsoft Build date: 7/23/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/aa372630(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。