SetJPEGDLLName

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.

Syntax                 RetVal = [BIAdvPrn.]SetJPEGDLLName  stringjpegdll pDevMode

Returns               RetVal                                            TRUE if the member was successfully set, otherwise FALSE.

Remarks             stringjpegdll           STRING         JPEGDLLName (string).

                            pDevMode             BlackIceDEVMODE*     Pointer to the DEVMODE structure.

See Also