udbLibraryFilterEntity |
Filter the specified list of entities with the specified library filter and return a new, allocated list. Use udbListEntityFree to free the allocated list when done.
Applies only to Understand for Ada databases and only the “standard” Ada library is supported.
#include “udb/udb.h” void udbLibraryFilterEntity(UdbEntity *ents, char *filter, UdbEntity **newents, int *num);
There is no function return value.
Scientific Toolworks, Inc. http://www.scitools.com |