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

PtFSGetSelIndexes()

Fill a buffer with indexes

Synopsis:

unsigned short *PtFSGetSelIndexes( 
                    PtWidget_t *widget, 
                    unsigned short *buffer );

Description:

This function fills a buffer with indexes of all the selected items in the PtFileSel widget. The first item in the widget has an index of 1, not 0.

If buffer is NULL, the function allocates a buffer using malloc(), and the buffer is zero-terminated.

If buffer is non-NULL, the function adds zero to the end only if there are no selected items in the widget.

Returns:

A pointer to the buffer.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No