snmdb_delete_color manual page
Table of Contents

NAME

snmdb_delete_color - deletes the color value of an element

SYNOPSIS

#include <netmgt/netmgt_db.h>

snmdb_delete_color(buffer)
snmdb_buffer *buffer;

DESCRIPTION

Color of an element is described in the glyphColor record in the element buffer. snmdb_delete_color removes the glyphColor record from the buffer.

INPUT ARGUMENTS

buffer
pointer to a structure of type snmdb_buffer.

RETURN VALUE

Returns 1 if successful. Otherwise, it returns 0.

SEE ALSO

snmdb_get_color(3n), snmdb_set_color(3n)


Table of Contents