IsStartBeforePrint

Returns the value of the BLF_STARTBEFOREPRINT flag. Represents the value of the 'Start Before Printing' radio button.

 

IsStartBeforePrint(pBlackIceDEVMODE As Long) As Boolean

 

Input value    - handle to the BlackIceDEVMODE

Return value - TRUE if Start Before Printing is used, otherwise FALSE (the driver will start the             application after printing)

 

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