Carbon


Set Default Component Flags

Header: Components.h

enum {
    defaultComponentIdentical = 0,
    defaultComponentAnyFlags = 1,
    defaultComponentAnyManufacturer = 2,
    defaultComponentAnySubType = 4,
    defaultComponentAnyFlagsAnyManufacturer = 3,
    defaultComponentAnyFlagsAnyManufacturerAnySubType = 7
};

Constant descriptions

defaultComponentIdentical

The Component Manager places the component specified in the call to SetDefaultComponent in front of all other components that have the same component description.

defaultComponentAnyFlags

The Component Manager ignores the value of the componentFlags field during the reorder operation.

defaultComponentAnyManufacturer

The Component Manager ignores the value of the componentManufacturer field during the reorder operation.

defaultComponentAnySubType

The Component Manager ignores the value of the componentSubType field during the reorder operation.

defaultComponentAnyFlagsAnyManufacturer
defaultComponentAnyFlagsAnyManufacturerAnySubType

The SetDefaultComponent function uses these values in the flags parameter to control which component description fields the Component Manager examines during the reorder operation.


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