[Previous] [Contents] [Index] [Next]

PtListRemovePositions()

Remove items in a list at specific positions

Synopsis:

int PtListRemovePositions( 
       PtWidget_t *widget,
       const unsigned short *pos_list,
       int pos_count );

Description:

This function deletes the item at each position specified in the array pos_list. The pos_count argument specifies the number of entries in the pos_list 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:

PtListDeleteAllItems(), PtListDeleteItemPos(), PtListDeleteItems()


[Previous] [Contents] [Index] [Next]