PK_APPITEM_ask   

PK_ERROR_code_t     PK_APPITEM_ask
(
--- received arguments ---
int                 n_appitems,      --- number of appitems
const PK_APPITEM_t  appitems[],      --- appitems

--- returned arguments ---
PK_POINTER_t        pointers[]
)


This function returns the 'pointers' referred to by the given 'appitems'.


For each given appitem in 'appitems' the pointer that was provided for its
creation (see PK_APPITEM_create) is returned in the corresponding position in
'pointers'.