Table of Contents
ReqCtlReadValuesAll - get current value for all entries in CONFLIST
from dbman
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.
int ReqCtlReadValuesAll (
int s,
CONFLIST CFpnt[],
int Size,
);
database channel
The pointer to the start of the CONFLIST
array
the size of the CONFLIST array.
If there is an error
when lclReqParValue(3rmt)
is called -1 is returned.
If there is no error
0 is returned.
The error code from lclReqParValue(3rmt)
should be returned.
libmngr(3mngr)
$Id: ReqCtlReadValsAll.3,v 1.1
2002/04/07 18:35:52 kitchen Exp $
Table of Contents