#include “BlackIceDEVMODE.h”
BOOL SetJPEGDLLName(LPCWSTR stringjpegdll, BlackIceDEVMODE* pDevMode);
Description
Sets the JPEGDLLName member of the BlackIceDEVMODE. The JPEGDLLName member stores the name and path of the JPEG32.DLL. This DLL encodes the Jpeg files. The file is needed for Jpeg output.
Parameters
LPCWSTR stringjpegdll - JPEGDLLName (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