Carbon


ParameterDataBehavior

Header: ImageCodec.h

struct ParameterDataBehavior {
    OSType behaviorType; 
    SInt32 behaviorFlags; 
    union {
          ControlBehaviors controls;
    } u;
};

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