L_SetICCDateTime

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

L_LTCLR_API L_INT L_SetICCDateTime(pICCProfile, pTime)

Sets the date and time at which the ICC profile was created.

Parameters

pICCPROFILEEXT pICCProfile

Pointer to the ICCPROFILEEXT structure that contains the creation date and time being set.

pICC_DATE_TIME_NUMBER pTime

Pointer to an ICC_DATE_TIME_NUMBER structure that contains the date and time at which the ICC profile was created.

Returns

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

Comments

The date and time values are contained within the "header" information in the ICCPROFILEEXT structure. Calling L_InitICCHeader will reset the date and time and the other header information to the default values.

Required DLLs and Libraries

Platforms

Win32, x64.

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Color Conversion C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.