VistaIOPrintParameters(3) | Library Functions Manual | VistaIOPrintParameters(3) |
VistaIOPrintParameters - print the values of a set of parameters
#include <vistaio.h>
void VistaIOPrintParameters (FILE *f, int nparams, VistaIOOptionDescRec params[], VistaIOPointer values);
VistaIOPrintParameters prints the names, descriptions, and values of a set of parameters.
The parameters are described by a table of option descriptors (see VistaIOoption(3)).
Parameter values must be stored in the structure pointed to by values. The offset at which a parameter lies within that structure must be supplied by the value field of the parameter's params table entry. Appropriate definitions having this property are produced by the vpdc compiler.
VistaIOoption(3), VistaIOLoadParameters(3), VistaIOParseParamOptions(3), VistaIOReportValidParamOptions(3)
Art Pope <pope@cs.ubc.ca>
Adaption to vistaio: Gert Wollny <gw.fossdev@gmail.com>
6 June 1994 | VistaIO Version 1.2.14 |