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

PtGenListFirstItem()

Return a pointer to the first item in a list

Synopsis:

PtGenListItem_t *PtGenListFirstItem( 
                     PtWidget_t const *list );

Description:

This function returns a pointer to the first item in the given list.

Returns:

A pointer to the first item.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtGenList, PtGenListItem_t