LICCProfile::FreeTagType

#include "ltwrappr.h"

static L_VOID LICCProfile::FreeTagType(pTagType, uTagTypeSig);

L_UCHAR * pTagType;

/* pointer to ICC tag type buffer */

L_UINT32 uTagTypeSig;

/* tag type signature */

Frees a tag type of the ICC profile.

Parameter

Description

pTagType

Pointer to a buffer that contains the ICC tag type to free.

uTagTypeSig

A value that indicates the signature of the tag type to free.

Returns

None.

Comments

This function frees a tag that was originally created by the function LICCProfile::CreateTagData.

Required DLLs and Libraries

LTCLR

LTFIL

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

LICCProfile::Free, LICCProfile::Initialize, LICCProfile::Load, LICCProfile::Save, LICCProfile::Fill, LICCProfile::InitHeader, LICCProfile::SetCMMType, LICCProfile::SetDeviceClass, LICCProfile::SetColorSpace, LICCProfile::SetConnectionSpace, LICCProfile::SetPrimaryPlatform, LICCProfile::SetFlags, LICCProfile::SetDevManufacturer, LICCProfile::SetDevModel, LICCProfile::SetDeviceAttributes, LICCProfile::SetRenderingIntent, LICCProfile::SetCreator, LICCProfile::SetDateTime, LICCProfile::Convert2bFixed2bNumberToDouble, LICCProfile::ConvertDoubleTo2bFixed2bNumber, LICCProfile::SetTagData, LICCProfile::GetTagData, LICCProfile::CreateTagData, LICCProfile::DeleteTag, LICCProfile::GenerateFile, LICCProfile::GeneratePointer, LICCProfile::GetTagTypeSig, Class Members

Topics:

Using ICC Profile Functions

 

ICC Profile Functions: Tags

Example

For example, refer to LICCProfile::CreateTagData.