#include “BlackIceDEVMODE.h”
BOOL DisableMergeWindow(BlackIceDEVMODE* pDevMode);
Description
Disables the “Merge Documents” window in the Printer Driver. If BLF_EXISTING_APPEND is set using the SetExistingFileAction function, but the Merge Window is disabled, the printer driver will merge documents silently in the background. To disable merging documents, the SetExistingFileAction function should be called with the BLF_EXISTING_RENAME or BLF_EXISTING_OVERWRITE parameters.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
TRUE if the merge window was successfully disabled, otherwise FALSE.
Programming Notes
None
Code Example
None