SetJPEGDLLName

#include “BIADVPRN.H”

 

BOOL  SetJPEGDLLName(   LPCTSTR             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

LPCTSTR

stringjpegdll

JPEGDLLName (string)

BlackIceDEVMODE*

pDevMode

Pointer to the DEVMODE structure.

Return values

TRUE if the member was successfully set, otherwise FALSE.

Requirements

Header :     Declared in BiAdvPrn.h; include BiAdvPrn.h.

Library :    Use BiAdvPrn.lib.

DLLs :       BiAdvPrn.dll.