afc_nodemaster_change

Name

afc_nodemaster_change  -- Changes the data in the current item

Synopsis

void * afc_nodemaster_change (NodeMaster * nm, void * data);

Description

Use this command to change the data contained in the current node.

Inputs

nm

Pointer to a valid NodeMaster class.

data

New data to be stored in the current node.

Result

The just inserted data or NULL if an error occurred.

See Also