wfdcfg_ext_fn_port_uninit1_t
Graphics and Screen4.0 (8.x)OpenWF Configuration Developer's GuideAPIProgramming
Destroy a port
Synopsis:
#include <wfdqnx/wfdcfg.h>
typedef void( wfdcfg_ext_fn_port_uninit1_t)(struct wfdcfg_port *);
Library:
libwfdcfgDescription:
A function prototype for WFD drivers that choose to implement an extension when there's a request to destroy a port.
This function type must take the following argument:
wfdcfg_port:
A handle to the display port which is to be destroyed
It must return a code from
errno.h
. Possible codes include:EINVAL
when an invalid port is passedEOK
on success
Page updated: