extern char* config_get

(struct configobj* appconfig, char* key)

Use a configuration structure to map a key to a value.

Documentation

Use a configuration structure to map a key to a value.

Treat the return value as a constant, please. It goes away when the configuration structure is destroyed.

Parameters:
appconfig - A pointer to the configuration structure.
key - The key to search for.
Returns:
return code.

Home Alphabetic index



This page was generated with the help of DOC++.