snmdb_get_element_glyph manual page
Table of Contents

NAME

snmdb_get_element_glyph - returns the glyph file name of an element type

SYNOPSIS

#include <netmgt/netmgt_db.h>

char *
snmdb_get_element_glyph(type)
char *type;

DESCRIPTION

snmdb_get_element_glyph finds out the glyph/icon file name for a particular type of the element.

INPUT ARGUMENTS

type type of element.

RETURN VALUE

Returns the glyph file name for the element type specified if it is defined. Otherwise, it returns NULL. In case of an error, the external variable snm_error(3n) is set to the error reason.

SEE ALSO

snmdb_get_element_type(3n)


Table of Contents