#include “BIADVPRN.H”
BOOL IsStartBeforePrint(DEVMODE* pDevMode);
Description
Returns the value of the BLF_STARTBEFOREPRINT flag. Represents the value of the 'Start Before Printing' radio button.
Parameters
|
DEVMODE* |
pDevMode |
Pointer to the DEVMODE structure. |
Return values
TRUE if Start Before Printing is used, otherwise FALSE (it means that the printer driver will start the application after the printing was finished).
Requirements
Header : Declared in BiAdvPrn.h; include BiAdvPrn.h.
Library : Use BiAdvPrn.lib.
DLLs : BiAdvPrn.dll.