SYSMON Return Values

The following is a list of the System Monitor return values that are defined in Smonmsg.h.

SymbolicCodeDescription
SMON_STATUS_DUPL_COUNTER_PATH0xC0001388The counter collection already contains the specified counter.
SMON_STATUS_NO_SYSMON_OBJECT0xC0001389The settings do not contain any complete System Monitor HTML objects.
SMON_STATUS_TOO_FEW_SAMPLES0xC000138AThe specified log file contains fewer than two data samples.
SMON_STATUS_LOG_FILE_SIZE_LIMIT0xC000138BThe specified log file exceeds the size limits of the System Monitor control. If a log file is currently selected, select current activity as the data source in order to unload the current log file, then reselect the specified log file.
SMON_STATUS_LOG_FILE_DATA_SOURCE0xC000138CTo add a new log file to the data source, the data source type must be changed to a type other than sysmonLogFiles.
SMON_STATUS_DUPL_LOG_FILE_PATH0xC000138DThe log file collection already contains the specified log file.
6 entries

Article text from the Win32 documentation (opens in a new tab), by Microsoft, under the CC BY 4.0 (opens in a new tab) licence.