[#NCONF_get_number_e] = NCONF_get_number_e :mrdocs: Look up a numeric value in a CONF object, reporting errors via the error stack. == Synopsis Declared in `<openssl/conf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int NCONF_get_number_e( xref:CONF.adoc[CONF] const* conf, char const* group, char const* name, long* result); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *conf* | Configuration to query. | *group* | Section name, or NULL for the default section. | *name* | Key name within the section. | *result* | Receives the parsed long integer on success. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#