术语 | pdhisrealtimequery |
释义 | PdhIsRealTimeQuery 语法: C++ BOOL PdhIsRealTimeQuery( __in PDH_HQUERY hQuery ); PdhIsRealTimeQuery功能 判定指定查询是实时查询。 参数 hQuery [in] 句柄查询。该PdhOpenQuery函数返回此句柄。 返回值 如果查询实时查询,返回值为TRUE。 如果不是查询实时查询,返回值为FALSE。 备注 这个词的实时如在使用这个函数的描述并不意味着它的实质,时间标准的含义。相反,它描述了从提供最新信息的来源(例如性能数据的收集,登记或WMI提供程序),而不是从一个日志文件。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderPdh.h LibraryPdh.lib DLLPdh.dll 参见 PdhOpenQuery PdhSelectDataSource 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月23日 ==英文原文==PdhIsRealTimeQuery Function Determines if the specified query is a real-time query. Syntax C++ BOOL PdhIsRealTimeQuery( __in PDH_HQUERY hQuery ); Parameters hQuery [in] Handle to the query. The PdhOpenQuery function returns this handle. Return Value If the query is a real-time query, the return value is TRUE. If the query is not a real-time query, the return value is FALSE. Remarks The term real-time as used in the description of this function does not imply the standard meaning of the term real-time. Instead, it describes the collection of performance data from a source providing current information (for example, the registry or a WMI provider) rather than from a log file. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderPdh.h LibraryPdh.lib DLLPdh.dll See Also PdhOpenQuery PdhSelectDataSource Send comments about this topic to Microsoft Build date: 7/23/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/aa372646(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。