wfdcfg_mode_get_extension()

Retrieve an extension from the specified mode

Synopsis:

#include <wfdqnx/wfdcfg.h>
struct wfdcfg_keyval* wfdcfg_mode_get_extension(const struct wfdcfg_timing *mode,
                                                const char *key)

Arguments:

mode
A handle to the mode (timing) whose extension(s) you are retrieving
key
Identifier of extension to retrieve

Library:

libwfdcfg

Returns:

Pointer to wfdcfg_keyval if the extension was found; NULL if the extension was not found. It's considered acceptable for a list to have no extensions.