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