![]() |
PK_APPITEM_reset_pointers |
PK_ERROR_code_t PK_APPITEM_reset_pointers ( --- received arguments --- int n_appitems, --- number of appitems const PK_APPITEM_t appitems[], --- appitems const PK_POINTER_t pointers[] --- pointers --- returned arguments --- ) This function overwrites the pointers referred to by the given 'appitems' with the given 'pointers'. For each given appitem in 'appitems', the pointer that was provided for its creation (see PK_APPITEM_create) is overwritten with the corresponding pointer in 'pointers'.