#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.
Pointer to the ICCPROFILEEXT structure that contains the creation date and time being set.
Pointer to an ICC_DATE_TIME_NUMBER structure that contains the date and time at which the ICC profile was created.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
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
Win32, x64.
For an example, refer to L_InitICCHeader.