Carbon


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
);
Parameter descriptions
prof

A profile reference of type CMProfileRef to the profile to examine.

modified

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.

DISCUSSION

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.

AVAILABILITY

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)