afc_nodemaster_del

Name

afc_nodemaster_del  -- Deletes the current item from list

Synopsis

void * afc_nodemaster_del (NodeMaster * nm);

Description

Use this command to delete the current node. After deletion the CURRENT NODE will be the next one. If the node you deleted was the last one, then the next will be the previous one.

Inputs

nm

Pointer to a valid NodeMaster class.

Result

Data contained in the next node. Starting from V3.00 afc_nodemaster_del() method returns the pointer to the next actual obj data, or NULL if it was the last node avaible in list (ie. list empty)

See Also