Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
PtListDeleteItems()
Delete specific items from a list
Synopsis:
int PtListDeleteItems( PtWidget_t *widget,
const char **items,
int item_count );
Description:
This function deletes each item in the items array from the list. The item_count argument indicates the number of strings in the array.
Returns:
- 0
- Success.
- -1
- The specified widget isn't a PtList widget.
Classification:
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
See also:
PtList, PtListDeleteAllItems(), PtListDeleteItemPos(), PtListRemovePositions()
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)