#include “BlackIceDEVMODE.h”
DWORD GetFileGenerationMethod(BlackIceDEVMODE* pDevMode);
Description
Returns the value of the FileNameGenerationFlags member of the BlackIceDEVMODE. Represents the value of the 'File Name Generation Method' combo box.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
Return value
File Name Generation Method (DWORD number)
Use this prefix and extension |
0 |
Prefix and extension from the registry |
1 |
Prefix and extension from INI file |
2 |
Exact filename |
3 |
Exact Filename from registry |
4 |
Exact Filename from INI |
5 |
Use document’s name |
6 |
Custom file naming |
7 |
Use the document name with the output directory from the INI file |
8 |
Use filename from page content |
9 |
Programming Notes
None
Code Example
None