Carbon


notEnoughMemoryErr

Header: MacErrors.h

enum {
    notEnoughMemoryErr = -620,
    notHeldErr = -621,
    cannotMakeContiguousErr = -622,
    notLockedErr = -623,
    interruptsMaskedErr = -624,
    cannotDeferErr = -625,
    noMMUErr = -626
};

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