Carbon


CMRemoveProfileElement

Header: CMApplication.h Carbon status: Supported

Removes an element corresponding to a specific tag from the specified profile.

CMError CMRemoveProfileElement (
    CMProfileRef prof, 
    OSType tag
);
Parameter descriptions
prof

A profile reference of type CMProfileRef to the profile containing the tag remove.

tag

The tag signature for the element to remove.

DISCUSSION

The CMRemoveProfileElement function deletes the tag as well as the element data from the profile.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when ColorSync 2.0 or later is present.


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)