Platform SDK: Performance Monitoring

PDH_TIME_INFO

The PDH_TIME_INFO structure contains information on time intervals as applied to the sampling of performance data.

typedef struct _PDH_TIME_INFO { 
  LONGLONG  StartTime; 
  LONGLONG  EndTime; 
  DWORD     SampleCount;
} PDH_TIME_INFO, *PPDH_TIME_INFO; 

Members

StartTime
The starting time of the sample interval.
EndTime
The ending time of the sample interval.
SampleCount
The number of samples collected during the interval.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Pdh.h.

See Also

PdhSetQueryTimeRange