PtFSRemoveChildren()

Unlink the children of the specified item

Synopsis:

PtFileSelItem_t *PtFSRemoveChildren( 
                     PtFileSelItem_t *item );

Description:

This function unlinks all the children of the specified item and returns the pointer to the first of them. You can then give the pointer to the PtFSFreeItems() function.


Example of PtFSRemoveChildren()


The results of using PtFSRemoveChildren().

This function doesn't collapse the item. If the children are visible, NULL is returned. Call PtFSFolderCollapse() before PtFSRemoveItem() to make sure that the item is collapsed.

Returns:

A pointer to the first child removed.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No