Carbon


noDeviceForChannel

Header: MacErrors.h

enum {
    noDeviceForChannel = -9400,
    grabTimeComplete = -9401,
    cantDoThatInCurrentMode = -9402,
    notEnoughMemoryToGrab = -9403,
    notEnoughDiskSpaceToGrab = -9404,
    couldntGetRequiredComponent = -9405,
    badSGChannel = -9406,
    seqGrabInfoNotAvailable = -9407,
    deviceCantMeetRequest = -9408,
    badControllerHeight = -9994,
    editingNotAllowed = -9995,
    controllerBoundsNotExact = -9996,
    cannotSetWidthOfAttachedController = -9997,
    controllerHasFixedHeight = -9998,
    cannotMoveAttachedController = -9999
};

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