CMRemoveProfileElement
Removes an element corresponding to a specific tag from the specified profile.
Declaration
CMError CMRemoveProfileElement (
CMProfileRef prof,
OSType tag
);Parameters
- prof:
A profile reference of type Cmprofileref to the profile containing the tag remove.
- tag:
The tag signature for the element to remove.
Return Value
A CMError value. See Result Codes.
Overview
The CMRemoveProfileElement function deletes the tag as well as the element data from the profile.