L_DecompressBuffer

Summary

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

Syntax

#include "l_bitmap.h"

L_LTFIL_API L_INT L_DecompressBuffer(hDecompress, pDecompressData)

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.

See Also

Functions

Topics

Example

For an example, refer to L_StartDecompressBuffer.

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

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.