FileFormat enumeration (pla.h)

Defines the format of the data in the log file.

Syntax

typedef enum __MIDL___MIDL_itf_pla_0001_0043_0002 {
  plaCommaSeparated = 0,
  plaTabSeparated = 1,
  plaSql = 2,
  plaBinary = 3
} FileFormat;

Constants

 
plaCommaSeparated
Value: 0
Comma-separated log file. The first line in the text file contains column headings followed by comma-separated data in the remaining lines of the log file.
plaTabSeparated
Value: 1
Tab-separated log file. The first line in the text file contains column headings followed by tab-separated data in the remaining lines of the log file.
plaSql
Value: 2
The log contains SQL records.
plaBinary
Value: 3
Binary log file.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header pla.h

See also

IPerformanceCounterDataCollector::LogFileFormat