#include “BlackIceDEVMODE.h”
BOOL SetWriteOutputInSingleStepEnabled (BlackIceDEVMODE* pDevMode, BOOL bEnabled);
Description
Enables or disables the Write Output in a Single Step option.
If the Write Output in a Single Step option is enabled, the printer driver generates the output file in memory first, then writes the output file in one step, so applications that monitor the output folder will not open an incomplete file.
Parameters
BlackIceDEVMODE* pDevMode |
– pointer to the BlackIceDEVMODE structure |
BOOL bEnabled |
– Set to TRUE to enable, or FALSE to disable the Write Output in a Single Step option. |
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None