SetTIFFDLLName

#include “BIADVPRN.H”

 

BOOL  SetTIFFDLLName(   LPCTSTR               stringtiffdll,
BlackIceDEVMODE*     pDevMode);

Description

Sets the TIFFDLLName member of the BlackIceDEVMODE. The TIFFDLLName member stores the name and path of the BITIFF.DLL. This DLL encodes the TIFF files. The file is needed for TIFF output.

Parameters

LPCTSTR

stringtiffdll

TIFFDLLName (string).

BlackIceDEVMODE*

pDevMode

Pointer to the DEVMODE structure.

Return values

TRUE if the member was successfully set, otherwise FALSE.

Requirements

Header :     Declared in BiAdvPrn.h; include BiAdvPrn.h.

Library :    Use BiAdvPrn.lib.

DLLs :       BiAdvPrn.dll.