#include “BlackIceDEVMODE.h”
BOOL IsTiffDllEnabled(BlackIceDEVMODE* pDevMode);
Description
Returns the value of the BLF_ENABLETIFFDLL flag. If set the using of the TIFF32.dll is enabled. Can be set only programmatically.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
Return value
TRUE if the TIFF32.dll is enabled, otherwise FALSE.
Programming Notes
None
Code Example
None