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.
IsWriteOutputInSingleStepEnabled (pBlackIceDEVMODE As Long) As Boolean
Input value |
- handle to the BlackIceDEVMODE |
Return value |
- TRUE if the Write Output in a Single Step option is enabled. |
NOTE: For 32-bit applications , use pBlackIceDEVMODE as Integer, instead of Long.