udbEntityTypetext |
Return the type text associated with the specified entity or NULL if there is no type for the entity.
An example of a typetext is “unsigned long int” or “char *”. For a function entity, this is the return type. Not all entities have a type, therefore not all entities have a type text. Files, for example, are not language types, and therefore a file entity will return NULL when udbEntityTypetext is queried.
Scientific Toolworks, Inc. http://www.scitools.com |