wfdcfg_device_destroy()

Updated: April 19, 2023

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:

libwfdcfg

Description:

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.