#include “BIADVPRN.H”
BOOL IsTiffDllEnabled(DEVMODE* pDevMode);
Description
Returns the value of the BLF_ENABLETIFFDLL flag. If set the using of the BITIFF.DLL is enabled. Can be set only programmatically.
Parameters
|
DEVMODE* |
pDevMode |
Pointer to the DEVMODE structure. |
Return values
TRUE if the BITIFF.DLL is enabled, otherwise FALSE.
Requirements
Header : Declared in BiAdvPrn.h; include BiAdvPrn.h.
Library : Use BiAdvPrn.lib.
DLLs : BiAdvPrn.dll.