Query: px_get_parameter
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PX_GET_PARAMETER(3) Library Functions Manual PX_GET_PARAMETER(3)NAMEPX_get_parameter -- Get various parameter valuesSYNOPSIS#include <paradox.h> int PX_get_parameter(pxdoc_t *pxdoc, const char *name, char **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_parameter(3).RETURN VALUEReturns 0 on success and -1 on failure.SEE ALSOPX_set_parameter(3), PX_get_value(3)AUTHORThis manual page was written by Uwe Steinmann uwe@steinmann.cx. PX_GET_PARAMETER(3)