GetTIFFDLLName

#include “BIADVPRN.H”

 

LPCTSTR  GetTIFFDLLName(DEVMODE*  pDevMode);

Description

Returns the value of 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

DEVMODE*

pDevMode

Pointer to the DEVMODE structure.

Return values

TIFFDLLName (string)

Requirements

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

Library :    Use BiAdvPrn.lib.

DLLs :       BiAdvPrn.dll.