Contents

componentAutoVersionIncludeFlags

Declaration

componentAutoVersionIncludeFlags = (1 << 2)

Discussion

Specify this flag if you want the Component Manager to include the componentFlags field of the component description structure when it searches for identical components in the process of performing automatic version control for your component. If you do not specify this flag, the Component Manager searches only the componentType, componentSubType, and componentManufacturer fields.

Note that the setting of the componentAutoVersionIncludeFlags flag affects automatic version control only and does not affect the search operations performed by FindNextComponent and CountComponents.