![]() |
CMProfileModified |
||||
Header: | CMApplication.h | Carbon status: | Supported | |
Indicates whether the specified profile has been modified since it was created or last updated.
CMError CMProfileModified ( CMProfileRef prof, Boolean *modified );
A profile reference of type CMProfileRef to the profile to examine.
A pointer to a Boolean variable. On return, the value of modified is set to true if the profile has been modified, false if it has not.
When a profile is first opened, its modified flag is set to false. On calls that add to, delete from, or set the profile header or tags, the modified flag is set to true. After calling the function CMUpdateProfile, the modified flag is reset to false.
Supported in Carbon. Available in Carbon 1.0.2 and later when ColorSync 2.1 or later is present.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)