udbLibraryList

Description

Returns an allocated list of libraries. Use udbLibraryListFree() to free the list.

Applies only to Understand for Ada databases and only the “standard” Ada library is supported.

Syntax

#include “udb/udb.h” 
void udbLibraryList(char *filter, 
                    UdbLibrary **liblist, 
                    int *num) 

Arguments

Argument
Description
char *filter
Specify the library filter
UdbLibrary **liblist
Returns the allocated list of libraries
int *num
If not NULL, returns the size of the library list

Return Values

There is no function return value.

Example Usage

udbLibraryList (“~standard”, &libraries, &size); 

See Also

udbEntityLibrary

udbLibraryCheckEntity

udbLibraryCompare

udbLibraryFilterEntity

udbLibraryListFree

udbLibraryName


Scientific Toolworks, Inc.
http://www.scitools.com