PK_GROUP_dependants_t   

typedef int PK_GROUP_dependants_t;

Used in:

PK_GROUP_create_from_ents_o_t


This datatype is a group control which indicates whether to consider
deleting groups which are members of a group which is deleted.  Groups
are only deleted in this way if they are not members of any remaining
group.

It has the values:

    PK_GROUP_dependants_keep_c    When a group is deleted, any groups which
                                  are its members are not considered for
                                  deletion.

    PK_GROUP_dependants_delete_c  When a group is deleted, any groups which
                                  are its members are considered for deletion.
                                  Only groups which are not members of any
                                  remaining groups can be deleted in this way.