Tristate Enumeration
Members
| Member | Value | Description |
|---|---|---|
| TristateFalse | 0 | Opens the file as ASCII. |
| TristateMixed | -2 | n/a |
| TristateTrue | -1 | Opens the file as Unicode. |
| TristateUseDefault | -2 | Opens the file using the system default. |
| Member | Value | Description |
|---|---|---|
| TristateFalse | 0 | Opens the file as ASCII. |
| TristateMixed | -2 | n/a |
| TristateTrue | -1 | Opens the file as Unicode. |
| TristateUseDefault | -2 | Opens the file using the system default. |