Carbon


cmProfileError

Header: MacErrors.h

enum {
    cmProfileError = -170,
    cmMethodError = -171,
    cmMethodNotFound = -175,
    cmProfileNotFound = -176,
    cmProfilesIdentical = -177,
    cmCantConcatenateError = -178,
    cmCantXYZ = -179,
    cmCantDeleteProfile = -180,
    cmUnsupportedDataType = -181,
    cmNoCurrentProfile = -182
};

© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)