Query: px_get_value
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PX_GET_VALUE(3) Library Functions Manual PX_GET_VALUE(3)NAMEPX_get_value -- Get various parameter valuesSYNOPSIS#include <paradox.h> int PX_get_value(pxdoc_t *pxdoc, const char *name, float *value)DESCRIPTIONGet the value of parameter name. The value is returned in the passed parameter value. For a list a available parameter names see PX_set_value(3).RETURN VALUEReturns 0 on success and -1 on failure.SEE ALSOPX_set_value(3), PX_get_parameter(3)AUTHORThis manual page was written by Uwe Steinmann uwe@steinmann.cx. PX_GET_VALUE(3)