PK_ENTITY_ask_owning_groups_2   

PK_ERROR_code_t                        PK_ENTITY_ask_owning_groups_2
(
--- received arguments ---
PK_ENTITY_t                            entity,     --- an entity
const PK_ENTITY_ask_owning_groups_o_t *options,    --- options

--- returned arguments ---
int                             *const n_groups,   --- number of groups (>=0)
PK_GROUP_t                     **const groups      --- groups
)


This function returns the set of 'groups' of which the given 'entity' is a
member and which satisfy the conditions defined in the options structure.