NAME FD_UDBaseFree - C Function SYNOPSIS #include "fidal.h"
FD_RetCode FD_UDBaseFree( FD_UDBase *toBeFreed );
DESCRIPTION
Free all resources related to an unified database. RETURN VALUE
| FD_SUCCESS | Operation is successful | | FD_ALLOC_ERR | Memory corruption detected | | FD_UNKNOWN_ERR | Operation failed for unknown reason |
For other error code, or to match a number to an error description, check the FD_RetCode enumeration in "FIDAL/c/include/fd_common.h" SEE ALSO FD_UDBaseAlloc, FD_Initialize , FD_AddDataSource |