#include "l_bitmap.h"
L_LTFIL_API L_INT L_DecompressBuffer(hDecompress, pDecompressData)
L_HGLOBAL hDecompress; |
decompression handle |
pDECOMPRESSDATA pDecompressData; |
pointer to a structure |
This function should be called for each buffer, strip or tile of decompressed data.
Parameter |
Description |
hDecompress |
Handle that identifies the decompression process. |
pDecompressData |
Pointer to a structure that contains information about the decompression process. |
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
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
For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Win32, x64, Linux.
Functions: |
L_StartDecompressBuffer, L_StopDecompressBuffer, L_StartCompressBuffer, L_EndCompressBuffer |
Topics: |
|
|
For an example, refer to L_StartDecompressBuffer.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET