Gets total and current item information from a browse response if available.
- Parameters
-
status | The dictionary status response to use. |
total | Pointer to store the total number of items. |
current_index | Pointer to store the current index of all browsed items. |
current_amount | Pointer to store the amount of items in the current list. |
list | Pointer to store a newly allocated plist with items. The caller is reponsible for freeing the list after use. If NULL is passed no list will be returned. If NULL is returned no list was found in the status. |