DisableJPEGDll

Sets the BLF_ENABLEJPEGDLL flag 0 (false). If this flag is set, the printer driver will load and use the JPEG32.DLL. This flag can only be set programmatically.

 

DisableJpegDll(pDevMode As Long) As Boolean;

 

Input value: pDevMode       - handle to the BlackIceDEVMODE structure.

Return value - TRUE if the flag was successfully set to 0 (false), otherwise FALSE.