PdhGetDataSourceTimeRangeH function (pdh.h)
Determines the time range, number of entries and, if applicable, the size of the buffer containing the performance data from the specified input source.
This function is identical to the PdhGetDataSourceTimeRange function, except that it supports the use of handles to data sources.
Syntax
PDH_FUNCTION PdhGetDataSourceTimeRangeH(
[in] PDH_HLOG hDataSource,
[out] LPDWORD pdwNumEntries,
[out] PPDH_TIME_INFO pInfo,
[in] LPDWORD pdwBufferSize
);
Parameters
[in] hDataSource
Handle to a data source returned by the PdhBindInputDataSource function.
[out] pdwNumEntries
Number of structures in the pInfo buffer. This function collects information for only one time range, so the value is typically 1, or zero if an error occurred.
[out] pInfo
A PDH_TIME_INFO structure that receives the time range. The information spans all bound log files.
[in] pdwBufferSize
Size of the PDH_TIME_INFO structure, in bytes.
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.
Return code | Description |
---|---|
|
A parameter is not valid or is incorrectly formatted. |
|
The counter handle is not valid. |
|
The current data source is a real-time data source. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | pdh.h |
Library | Pdh.lib |
DLL | Pdh.dll |