hdbCloseConfigsInBag
hdbCloseConfigsInBag(
h_configBagId
)
=> t / nil
Description
Closes all of the configurations held in a configuration bag.
Arguments
|
A configuration bag ID; something returned by |
Value Returned
|
All of the configurations held in the bag were closed successfully. |
|
|
An error was encountered while trying to close all the configs in the bag. |
Example
hdbCloseConfigsInBag( configBag )
An example for the use of this function can also be found at
your_install_dir/tools/hdb/examples/hdbTraverse.il
Related Topics
Parent/Child Database Functions
Return to top