#include “BIADVPRN.H”
BOOL EnableJpegDll(DEVMODE* pDevMode);
Description
Sets the BLF_ENABLEJPEGDLL flag. If this flag is set, the printer driver will load and use the JPEG32.DLL. This flag can only be set programmatically.
Parameters
|
DEVMODE* |
pDevMode |
Pointer to the DEVMODE structure. |
Return values
TRUE if the flag was successfully set, otherwise FALSE.
Requirements
Header : Declared in BiAdvPrn.h; include BiAdvPrn.h.
Library : Use BiAdvPrn.lib.
DLLs : BiAdvPrn.dll.