Carbon


resourceInMemory

Header: MacErrors.h

enum {
    resourceInMemory = -188,
    writingPastEnd = -189,
    inputOutOfBounds = -190,
    resNotFound = -192,
    resFNotFound = -193,
    addResFailed = -194,
    addRefFailed = -195,
    rmvResFailed = -196,
    rmvRefFailed = -197,
    resAttrErr = -198,
    mapReadErr = -199,
    CantDecompress = -186,
    badExtResource = -185,
    noMemForPictPlaybackErr = -145,
    rgnOverflowErr = -147,
    rgnTooBigError = -147,
    pixMapTooDeepErr = -148,
    insufficientStackErr = -149,
    nsStackErr = -149
};

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