#include “BlackIceDEVMODE.h”
BOOL IsStartBeforePrint(BlackIceDEVMODE* pDevMode);
Description
Returns the value of the BLF_STARTBEFOREPRINT flag. Represents the value of the 'Start Before Printing' radio button.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
Return value
TRUE if Start Before Printing is used, otherwise FALSE (it means that the printer driver will start the application after the printing was finished)
Programming Notes
None
Code Example
None