PCDPRINTFILEMODE Enumeration
Members
| Member | Value | Description |
|---|---|---|
| PCD_APPEND | 1 | Appends information to the end of the file. |
| PCD_AUTO | 4 | Automatically increments a numeric extension for the output file name. |
| PCD_NEWFILE | 2 | Sends information to a new file. |
| PCD_OVERWRITE | 3 | Overwrites information in the current file. |
| PCD_PROMPT | 5 | Prompts the user for a filename. |