L_FreeFileTags

Summary

Frees the data allocated by calling the L_ReadFileTags or L_ReadFileGeoKeys functions.

Syntax

#include "l_bitmap.h"

L_LTFIL_API L_INT L_FreeFileTags(uTagCount, pTags, uDataSize, pData)

Parameters

L_UINT uTagCount

The number of tags or geo keys found in the file.

pLEADFILETAG pTags

Pointer to an array of LEADFILETAG structures. Each element of the array contains data for one tag or geo key found in the file. The number of elements in pTags is uTagCount.

L_SIZE_T uDataSize

The size in bytes of the overall tag or key keys data.

L_UCHAR * pData

A pointer to the overall tag or geo key data. The size of this pointer in bytes is uDataSize. Each LEADFILETAG item found contains an offset to where the data for this item is stored in pData.

Returns

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

Comments

For general information about TIFF tags, refer to Implementing TIFF Comments and Tags.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

See Also

Functions

Topics

Example

For an example, refer to L_ReadFileTags.

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.