PK_PARTITION_ask_ki_lists   
PK_ERROR_code_t      PK_PARTITION_ask_ki_lists
(
--- received arguments ---
PK_PARTITION_t       partition,     --- a partition

--- returned arguments ---
int           *const n_lists,       --- number of lists (>= 0)
PK_KI_LIST_t **const lists          --- lists (optional)
)


This function returns the set of ki lists in the given partition, which are
not contained within a part.


The output array 'lists' is optional. If it is set to NULL, the function
will only compute the number of lists in the partition.

Generated on: Fri, 04 Oct 2024 12:21:07 GMT