DataSourceTypeConstants enumeration (isysmon.h)
Determines the source of the performance counter data.
Syntax
typedef enum eDataSourceTypeConstant {
sysmonNullDataSource = 0xffffffff,
sysmonCurrentActivity = 0x1,
sysmonLogFiles = 0x2,
sysmonSqlLog = 0x3
} DataSourceTypeConstants;
Constants
sysmonNullDataSource Value: 0xffffffff No data source. |
sysmonCurrentActivity Value: 0x1 The data source is the current activity of the performance counters on the local or remote computer as specified in the performance counter paths. |
sysmonLogFiles Value: 0x2 The data source is one or more log files. |
sysmonSqlLog Value: 0x3 The data source is an SQL log. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | isysmon.h |