C API Functions |
Create an allocated copy of the specified reference. This copy must be freed with udbReferenceCopyFree().
#include "udb/udb.h" UdbReference udbReferenceCopy(UdbReference ref)
UdbReference ref
Specified reference to make a copy of.
UdbReference
The new reference copy.
newref = udbReferenceCopy(ref);
udbReferenceCopyFree to free the reference copy.
Scientific Toolworks, Inc. http://www.scitools.com Voice: (802) 763-2995 Fax: (802) 763-3066 support@scitools.com sales@scitools.com |