SetJPEGDLLName

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. 

 

SetJPEGDLLName(stringjpegdll As String, pDevMode As Long) As Boolean;

 

Input value: stringjpegdll     - JPEGDLLName (string)

Input value: pDevMode       - handle to the BlackIceDEVMODE structure.

Return value                         - TRUE if the member was successfully set, otherwise FALSE.