 |
PK_GROUP_membership_t |
|
typedef int PK_GROUP_membership_t;
Used in:
PK_GROUP_create_from_ents_o_t
This datatype is a group control which controls what happens when an
entity in a group is merged with another entity. If the other entity
is not also a member of the same group, this control determines whether
the resulting merged entity is a member of the group or not.
It has the values:
PK_GROUP_membership_inclusive_c The resulting merged entity is a
member of the group.
PK_GROUP_membership_exclusive_c The resulting merged entity is a
member of the group only when both of
the original entities were members of
the group.