![]() |
Set Default Component Flags |
Header: Components.h |
enum { defaultComponentIdentical = 0, defaultComponentAnyFlags = 1, defaultComponentAnyManufacturer = 2, defaultComponentAnySubType = 4, defaultComponentAnyFlagsAnyManufacturer = 3, defaultComponentAnyFlagsAnyManufacturerAnySubType = 7 };
The Component Manager places the component specified in the call to SetDefaultComponent in front of all other components that have the same component description.
The Component Manager ignores the value of the componentFlags field during the reorder operation.
The Component Manager ignores the value of the componentManufacturer field during the reorder operation.
The Component Manager ignores the value of the componentSubType field during the reorder operation.
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)