wfdcfg_mode_list_destroy()
Graphics and Screen4.0 (8.x)OpenWF Configuration Developer's GuideAPIProgramming
Destroy a list of video modes
Synopsis:
#include <wfdqnx/wfdcfg.h>
void wfdcfg_mode_list_destroy(struct wfdcfg_mode_list *list)
Arguments:
- list
- A handle to the list to be destroyed; if NULL, no action will be taken.
Library:
libwfdcfgDescription:
Memory that was allocated by wfdcfg_mode_list_create() is released. The list's extension pointers are not valid after calling this function.
Returns:
Nothing.
Page updated: