[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

7.6.28.7 optionGetValue

get a specific value from a hierarcical list

Usage:

 
const tOptionValue* res = optionGetValue( pOptValue, valueName );

Where the arguments are:

Name

Type

Description

---

---

---------

pOptValue

const tOptionValue*

a hierarchcal value

valueName

char const*

name of value to get

returns

const tOptionValue*

a compound value structure

This routine will find an entry in a nested value option or configurable. If "valueName" is NULL, then the first entry is returned. Otherwise, the first entry with a name that exactly matches the argument will be returned.

The returned result is NULL and errno is set:


This document was generated by Bruce Korb on September, 30 2006 using texi2html 1.76.

Viewable With Any Browser   autogen Home