Platform SDK: Performance Monitoring |
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;
Windows NT/2000: Requires Windows 2000.
Header: Declared in Pdh.h.