IsMergeWindowEnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsMergeWindowEnabled(BlackIceDEVMODE* pDevMode);

Description

Returns TRUE if the Merge Documents window is enabled or FALSE if it is disabled. To use the merge window, the driver has to be set to append documents by calling the SetExistingFileAction function with the BLF_EXISTING_APPEND parameter. If BLF_EXISTING_APPEND is set, but the Merge Window is disabled, the printer driver will merge documents silently in the background.

Parameters

Input value    - pointer to the BlackIceDEVMODE structure

Return value

TRUE if the merge window is enabled, otherwise FALSE.

Programming Notes

None

Code Example

None