#include “BlackIceDEVMODE.h”
LPCTSTR GetJPEGDLLName(BlackIceDEVMODE* pDevMode);
Description
Returns the value of 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
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
JPEGDLLName (string).
Programming Notes
None
Code Example
None