wfdReleaseDestinationImageQNX()

Release an image that was acquired from a destination

Synopsis:

#include <wfd/wfdext.h>
__errno_t wfdReleaseDestinationImageQNX(WFDDevice device, WFDDestinationQNX destination, WFDint index)

Arguments:

device
A WFD device handle.
destination
A destination handle associated with device.
index
The index of the image to release.

Library:

libWFDclient

Description:

Release the specified image and return its ownership to the driver.

This function does not affect any values returned by wfdGetError().

Returns:

EOK
Success.
EINVAL
The index was out of range or referred to a buffer that was already owned by the driver.
ENOENT
A bad handle was specified.
Page updated: