IsJPEGDllEnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsJpegDllEnabled(BlackIceDEVMODE* pDevMode);

Description

Returns the value of 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

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure

Return value

TRUE if the JPEG32.DLL is enabled, otherwise FALSE.

Programming Notes

None

Code Example

None