Table of Contents

Name

ReqCtlReadValuesAll - get current value for all entries in CONFLIST from dbman

Description

ReqCtlReadValuesAll requests the current value of all parameters in the CONFLIST array.

ReqCtlReadValues traverses the CONFLIST array and formulates a query to dbman for the current value of each parameter. The request is posted to dbman and ReqCtlReadValuesAll doesn’t wait for an answer.

lclReqParValue(3rmt) is used to communicate with dbman.

This function communicates with dbman in local mode.

This function is part of libmngr.

Syntax

int ReqCtlReadValuesAll (
   int s,

   CONFLIST CFpnt[],

   int Size,

   );

Arguments

s

database channel

CFpnt

The pointer to the start of the CONFLIST array

Size

the size of the CONFLIST array.

Return Value

If there is an error when lclReqParValue(3rmt) is called -1 is returned.

If there is no error 0 is returned.

Notes

The error code from lclReqParValue(3rmt) should be returned.

See Also

libmngr(3mngr)

Manual page revision

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


Table of Contents