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

PtGenListGetCurrent()

Return a pointer to the current item in a list

Synopsis:

PtGenListItem_t *PtGenListGetCurrent( 
                     PtWidget_t const *widget );

Description:

This function returns a pointer to the current item in the given list (see "Current item" in the description of PtGenList).

Returns:

A pointer to the current item.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtGenList, PtGenListItem_t