Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

PtGenListLastItem()

Return a pointer to the last item in a list

Synopsis:

PtGenListItem_t *PtGenListLastItem( 
                     PtWidget_t const *list );

Description:

This function returns a pointer to the last item in the list.

Returns:

A pointer to the last item.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtGenList, PtGenListItem_t