PK_PARTITION_ask_appitems   

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

--- returned arguments ---
int            *const n_appitems,   --- number of appitems (>= 0)
PK_APPITEM_t  **const appitems      --- appitems (optional)
)


This function returns the set of appitems in the given partition.


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