Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
plaCommaSeparatedValue: 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. |
plaTabSeparatedValue: 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. |
plaSqlValue: 2 The log contains SQL records. |
plaBinaryValue: 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 |