PDH_TIME_INFO structure (pdh.h)
The PDH_TIME_INFO structure contains information on time intervals as applied to the sampling of performance data.
Syntax
typedef struct _PDH_TIME_INFO {
LONGLONG StartTime;
LONGLONG EndTime;
DWORD SampleCount;
} PDH_TIME_INFO, *PPDH_TIME_INFO;
Members
StartTime
Starting time of the sample interval, in local FILETIME format.
EndTime
Ending time of the sample interval, in local FILETIME format.
SampleCount
Number of samples collected during the interval.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | pdh.h |