SetTIFFDLLName

#include “BlackIceDEVMODE.h”

 

BOOL            SetTIFFDLLName(LPCWSTR stringtiffdll, BlackIceDEVMODE* pDevMode);

Description

Sets 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

LPCWSTR stringtiffdll                                 - TIFFDLLName (string)

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

TRUE if the member was successfully set, otherwise FALSE.

Programming Notes

None

Code Example

None