Skip to content

Latest commit

 

History

History
79 lines (61 loc) · 2.16 KB

nf-pdh-pdhisrealtimequery.md

File metadata and controls

79 lines (61 loc) · 2.16 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:pdh.PdhIsRealTimeQuery
PdhIsRealTimeQuery function (pdh.h)
Determines if the specified query is a real-time query.
PdhIsRealTimeQuery
PdhIsRealTimeQuery function [Perf]
_win32_pdhisrealtimequery
base.pdhisrealtimequery
pdh/PdhIsRealTimeQuery
perf.pdhisrealtimequery
perf\pdhisrealtimequery.htm
perf
4f6b2d8d-3a0f-4346-8b8e-a7aea11fbc40
12/05/2018
PdhIsRealTimeQuery, PdhIsRealTimeQuery function [Perf], _win32_pdhisrealtimequery, base.pdhisrealtimequery, pdh/PdhIsRealTimeQuery, perf.pdhisrealtimequery
pdh.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Pdh.lib
Pdh.dll
Windows
19H1
PdhIsRealTimeQuery
pdh/PdhIsRealTimeQuery
c++
APIRef
kbSyntax
DllExport
Pdh.dll
PdhIsRealTimeQuery

PdhIsRealTimeQuery function

-description

Determines if the specified query is a real-time query.

-parameters

-param hQuery [in]

Handle to the query. The PdhOpenQuery function returns this handle.

-returns

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.

-see-also

PdhOpenQuery

PdhSelectDataSource