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
sysmonNullDataSourceValue: 0xffffffff No data source. |
sysmonCurrentActivityValue: 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. |
sysmonLogFilesValue: 0x2 The data source is one or more log files. |
sysmonSqlLogValue: 0x3 The data source is an SQL log. |
Requirements
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | isysmon.h |