#include "l_bitmap.h"
L_LTFIL_API L_INT L_FreeFileComments(uCommentCount, pComments, uDataSize, pData)
Frees the data allocated by calling the L_ReadFileComments function.
The number of comments found in the file.
Pointer to an array of LEADFILECOMMENT structures. Each element of the array contains data for one comment field found in the file. The number of elements in pComments is uCommentCount
.
The size in bytes of the overall comment fields data.
A pointer to the overall comment fields data. The size of this pointer in bytes is uDataSize
. Each LEADFILECOMMENT item found contains an offset to where the data for this item is stored in pData.
Value | Meaning |
---|---|
SUCCESS | The function was successful |
< 1 | An error occurred. Refer to Return Codes. |
For general information about TIFF tags, refer to Implementing TIFF Comments and Tags.
Required DLLs and Libraries
Win32, x64, Linux.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document