dom_free
ret = dom_free (domId)
Frees the DOM object identified by domId. Returns 0 if domId is invalid, 1 otherwise.
If the address of a DOM object is passed to an external C++ program, calling dom_free will make the address invalid. Any attempt by the C++ program to call the DOM object from that point forward may cause Arbortext Editor to fail.
Related Topics