Table of Contents
FindConfFunc - find an entry in a CONFLIST database
FindConfFunc
traverses the
CONFLIST array looking for a match for its arguments.
This
function is part of libmngr.
CONFLIST *FindConfFunc (
CONFLIST CFpnt[],
int Size,
int Group,
int Func,
int Index
);
The pointer to the start of the
CONFLIST array
the size
of the
CONFLIST array.
The key values used in the array
search.
A pointer to the
CONFLIST entry is returned on success.
else null is returned on failure.
The name of this function is strange
for what the function does and maybe should be changed.
libmngr(3mngr)
$Id: FindConfFunc.3,v 1.1 2002/04/07 18:35:52 kitchen
Exp $
Table of Contents