PK_GROUP_merge_t   

typedef int PK_GROUP_merge_t;


Used in:

PK_GROUP_create_from_ents_o_t


This datatype is a group control which indicates the behaviour to be
used if there are pairs of groups with the same members which arise
either when their owning parts have been merged or when members of the
groups have been merged.

It has the values:

    PK_GROUP_merge_no_c        Groups are not considered for merging when
                               either their owners or members are merged.

    PK_GROUP_merge_identical_c Unique pairs of groups are considered for
                               merging. In order to be merged the groups must
                               be identical, which means they have the same
                               members, attributes and group controls.