Carbon


CMNoError

Header: CMApplication.h

enum {
    CMNoError = 0,
    CMProfileError = -170,
    CMMethodError = -171,
    CMMemFullError = -172,
    CMUnimplementedError = -173,
    CMParamError = -174,
    CMMethodNotFound = -175,
    CMProfileNotFound = -176,
    CMProfilesIdentical = -177,
    CMCantConcatenateError = -178,
    CMCantXYZ = -179,
    CMCantDeleteProfile = -180,
    CMUnsupportedDataType = -181,
    CMNoCurrentProfile = -182
};

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