Next: , Previous: , Up: libopts External Procedures   [Contents][Index]


7.6.32.18 optionUnloadNested

Deallocate the memory for a nested value

Usage:

optionUnloadNested( pOptVal );

Where the arguments are:

NameTypeDescription
—–—–————-
pOptValtOptionValue const *the hierarchical value

A nested value needs to be deallocated. The pointer passed in should have been gotten from a call to configFileLoad() (See see configFileLoad).