logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PX_get_value — Get various parameter values

Author

       This manual page was written by Uwe Steinmann uwe@steinmann.cx.

                                                                                                 PX_GET_VALUE(3)

Description

       Get 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).

Name

       PX_get_value — Get various parameter values

Return Value

       Returns 0 on success and -1 on failure.

See Also

PX_set_value(3), PX_get_parameter(3)

Synopsis

       #include <paradox.h>

       int PX_get_value(pxdoc_t *pxdoc, const char *name, float *value)

See Also