L_GetICCTagTypeSig

#include "ltkrn.h"
#include "ltclr.h"

L_LTCLR_API L_UINT32 L_GetICCTagTypeSig(pICCProfile, uTagSig)

pICCPROFILEEXT pICCProfile;

pointer to a structure

L_UINT32 uTagSig;

value that indicates the tag signature

Gets the ICC tag type signature of the tag in the ICC profile that has the specified tag signature.

Parameter

Description

pICCProfile

Pointer to the ICCPROFILEEXT structure that contains the tag for which to get the type tag signature.

uTagSig

A value that indicates the signature of the tag for which to get the tag type. Possible values include private tag signatures and the values listed in ICCTAGSIGNATURE.

Returns

> 0

A value that indicates the signature of the tag type. This value must be one of the values listed in ICCTAGTYPESIGNATURE, or a private tag type signature.

< 1

An error occurred. Refer to Return Codes.

Required DLLs and Libraries

LTCLR

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

Platforms

Win32, x64.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Color Conversion C API Help