#include “BlackIceDEVMODE.h”
LPCTSTR GetTIFFDLLName(BlackIceDEVMODE* pDevMode);
Description
Returns the value of the TIFFDLLName member of the BlackIceDEVMODE. The TIFFDLLName member stores the name and path of the TIFF32.dll. This DLL encodes the TIFF files. The file is needed for TIFF output.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
Return value
TIFFDLLName (string).
Programming Notes
None
Code Example
None