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.
SetWriteOutputInSingleStepEnabled (pDevMode As Long, bEnable As Boolean) As Boolean
Input value pDevMode: |
- handle to the BlackIceDEVMODE. |
Input value bEnable: |
- set to TRUE to enable the feature, set to FALSE to disable it. |
Return value - TRUE on success, otherwise FALSE.
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.