IsMergeWindowEnabled

 

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.

 

IsMergeWindowEnabled(pBlackIceDEVMODE As Long) As Boolean

 

Input value    - handle to the BlackIceDEVMODE

Return value - TRUE if the merge window is enabled, otherwise FALSE.

 

NOTE: For 32-bit applications , use pBlackIceDEVMODE as Integer, instead of Long.