IsStartForMessaging

Returns the state of the BLF_STARTFORMESSAGING flag. Represents the state of the 'Start for Messaging' radio button. When the value of the flag is TRUE (this function returns TRUE), The application is started before printing and the printer driver waits for the application to start listening for messages. You can set how much the printer driver will wait using the “Messaging Timeout” INI file option.

 

IsStartForMessaging (pBlackIceDEVMODE As Long) As Boolean

 

Input value    - handle to the BlackIceDEVMODE

Return value - TRUE if Start for Messaging is used, otherwise FALSE.

 

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