Table of Contents

Name

FindConfFunc - find an entry in a CONFLIST database

Description

FindConfFunc traverses the CONFLIST array looking for a match for its arguments.

This function is part of libmngr.

Syntax

CONFLIST *FindConfFunc (
   CONFLIST CFpnt[],

   int Size,

   int Group,

   int Func,

   int Index

   );

Arguments

CFpnt

The pointer to the start of the CONFLIST array

Size

the size of the CONFLIST array.

Group, Func, Index

The key values used in the array search.

Return Value

A pointer to the CONFLIST entry is returned on success. else null is returned on failure.

Notes

The name of this function is strange for what the function does and maybe should be changed.

See Also

libmngr(3mngr)

Manual page revision

$Id: FindConfFunc.3,v 1.1 2002/04/07 18:35:52 kitchen Exp $


Table of Contents