wfdcfg_mode_get_extension()
Graphics and Screen4.0 (8.x)OpenWF Configuration Developer's GuideAPIProgramming
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:
libwfdcfgReturns:
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.
Page updated: