udbKindShortname

Description

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

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

Syntax

#include “udb/udb.h” 
char *udbKindShortname(UdbKind) 

Arguments

Argument
Description
UdbKind kind
Specify the kind

Return Values

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

Example Usage

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

See Also

udbEntityKind

udbKindLongname

udbReferenceKind


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