SysmonFileType enumeration (isysmon.h)

Determines the format in which the counter data is saved to a file.

Syntax

typedef enum __MIDL___MIDL_itf_sysmon_0000_0000_0001 {
  sysmonFileHtml = 1,
  sysmonFileReport = 2,
  sysmonFileCsv = 3,
  sysmonFileTsv = 4,
  sysmonFileBlg = 5,
  sysmonFileRetiredBlg = 6,
  sysmonFileGif = 7
} SysmonFileType;

Constants

 
sysmonFileHtml
Value: 1
Saves the control's property settings, list of counters, and counter data as HTML to a file. If the source of the counter data is a log file, the counter data is not saved.
sysmonFileReport
Value: 2
Saves the counter data displayed in the report view as tab-separated data to a file. If the counter data is displayed in the graph view, only the last sampled counter data is saved to the file.
sysmonFileCsv
Value: 3
Saves the counter data as comma-separated data to a file.
sysmonFileTsv
Value: 4
Saves the counter data as tab-separated data to a file.
sysmonFileBlg
Value: 5
Saves the counter data as binary data to a file.
sysmonFileRetiredBlg
Value: 6
Saves the counter data in the Windows 2000 binary format to a file.
sysmonFileGif
Value: 7
Saves the image of the System Monitor control to a file. The image does not include the toolbar, if enabled.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header isysmon.h

See also

SystemMonitor.Relog

SystemMonitor.SaveAs