SysmonDataType enumeration (isysmon.h)
Determines the type of data to return from a given data point on the graph.
Syntax
typedef enum __MIDL___MIDL_itf_sysmon_0000_0000_0002 {
sysmonDataAvg = 1,
sysmonDataMin = 2,
sysmonDataMax = 3,
sysmonDataTime = 4,
sysmonDataCount = 5
} SysmonDataType;
Constants
sysmonDataAvg Value: 1 Average value of the counter. |
sysmonDataMin Value: 2 Minimum value of the counter. |
sysmonDataMax Value: 3 Maximum value of the counter. |
sysmonDataTime Value: 4 Date and time that the counter value was collected. If SYSMON compresses more than one sample into the counter value, the date and time are from the last sample. |
sysmonDataCount Value: 5 Number of samples that were compressed into the data point. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | isysmon.h |