Carbon


nrLockedErr

Header: MacErrors.h

enum {
    nrLockedErr = -2536,
    nrNotEnoughMemoryErr = -2537,
    nrInvalidNodeErr = -2538,
    nrNotFoundErr = -2539,
    nrNotCreatedErr = -2540,
    nrNameErr = -2541,
    nrNotSlotDeviceErr = -2542,
    nrDataTruncatedErr = -2543,
    nrPowerErr = -2544,
    nrPowerSwitchAbortErr = -2545,
    nrTypeMismatchErr = -2546,
    nrNotModifiedErr = -2547,
    nrOverrunErr = -2548,
    nrResultCodeBase = -2549,
    nrPathNotFound = -2550,
    nrPathBufferTooSmall = -2551,
    nrInvalidEntryIterationOp = -2552,
    nrPropertyAlreadyExists = -2553,
    nrIterationDone = -2554,
    nrExitedIteratorScope = -2555,
    nrTransactionAborted = -2556,
    nrCallNotSupported = -2557
};

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