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