#include “BlackIceDEVMODE.h”
BOOL IsWriteOutputInSingleStepEnabled (BlackIceDEVMODE* pDevMode);
Description
Returns TRUE if the Write Output in a Single Step option is enabled.
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 |
Return value
TRUE if the Write Output in a Single Step option is enabled.
Programming Notes
None
Code Example
None