udbKindLongname

Description

Return the longname associated with the specified kind. Return NULL if an invalid kind is specified. The returned name is Static, Non-Allocated.

The longname is the fullname of the kind. The shortname is an informal name for the kind.

Syntax

#include “udb/udb.h” 
char   *udbKindLongname(UdbKind kind); 

Arguments

Argument
Description
UdbKind kind
Specify the kind

Return Values

Return Value
Description
char *
The longname associated with the specified kind. The returned name is Static, Non-Allocated.

Example Usage

printf(" (%s)\n", udbKindLongname( 
udbEntityKind(entity)) ); 

See Also

udbEntityKind

udbKindShortname

udbReferenceKind


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