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

PtGenTreeRootItem()

Get a pointer to the first root item

Synopsis:

PtGenTreeItem_t *PtGenTreeRootItem( 
                     PtWidget_t const *tree );

Description:

This function returns a pointer to the first root item of the tree.

Returns:

A pointer to the first root item.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtGenTree, PtGenTreeItem_t