#include “BlackIceDEVMODE.h”
BOOL IsStartForMessaging(BlackIceDEVMODE* pDevMode);
Description
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.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
Return value
TRUE if Start for Messaging is used, otherwise FALSE.
Programming Notes
None
Code Example
None