Table of Contents
FindConfMatch - find an entry in the CONFLIST database
FindConfMatch
traverses the
CONFLIST array looking for a LabelPnt and DescPnt match. It
returns a pointer to the first
CONFLIST record where a match was found.
This function is part of libmngr.
CONFLIST *FindConfMatch (
CONFLIST CFpnt[],
int Size,
LABEL *Lpnt,
DESC *Dpnt
);
The pointer to the start of the
CONFLIST array
the size
of the
CONFLIST array.
a pointer to a LABEL record
a pointer to
a DESC record
a pointer to the
CONFLIST record is returned
on success.
null is returned on failure.
There may be more than one match in the
array. If this is a possibility
FindNextConfMatch() should be used instead.
libmngr(3mngr)
$Id: FindConfMatch.3,v 1.1 2002/04/07
18:35:52 kitchen Exp $
Table of Contents