L_SetICCDateTime

Summary

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

Syntax

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

L_LTCLR_API L_INT L_SetICCDateTime(pICCProfile, pTime)

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.

See Also

Functions

Topics

Example

For an example, refer to L_InitICCHeader.

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

LEADTOOLS Color Conversion C API Help

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