EnableStartForMessaging

 

#include “BlackIceDEVMODE.h”

 

BOOL            EnableStartForMessaging(BlackIceDEVMODE* pDevMode);

Description

Sets the BLF_STARTFORMESSAGING flag. Selects the 'Start for Messaging' radio button. If this flag is enabled, 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 the flag was successfully set, otherwise FALSE.

Programming Notes

None

Code Example

None