DisableGenerateImageInMemory

Sets the BLF_MEMIMAGE flag to 0 (false). Sets the value of the ‘Generate image in memory’ checkbox. UNCHECKED.

 

The “Generate output in memory” option is available for PDF, TIFF, DIB (BMP) and EMF output only.

If the “Generate output in memory” option is enabled, the driver will generate the output in the memory only, the driver will not write an output file. The handle to the image is passed to the application using the Messaging Interface. Please see the API for Messaging Interface page for the details.

 

BOOL            DisableGenerateImageInMemory (long pBlackIceDevMode);

 

Input value    - pointer to the BlackIceDEVMODE structure.

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

 

NOTE: For 32-bit applications , use pBlackIceDEVMODE as Integer, instead of Long.