L_DecompressBuffer

#include "l_bitmap.h"

L_LTFIL_API L_INT L_DecompressBuffer(hDecompress, pDecompressData)

This function should be called for each buffer, strip or tile of decompressed data.

Parameters

L_HGLOBAL hDecompress

Handle that identifies the decompression process.

pDECOMPRESSDATA pDecompressData

Pointer to a structure that contains information about the decompression process.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

Note that you must call the L_StartDecompressBuffer function before using this function, and you must call the L_StopDecompressBuffer function to end the decompression process.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help