Updated: October 28, 2024 |
Set the value of the specified device property of type void*
#include <screen/screen.h>
int screen_set_device_property_pv(screen_device_t dev, int pname, void **param)
Function Type: Delayed Execution
This function sets the value of a device property from a user-provided buffer.
0 if successful, or -1 if an error occurred (errno is set; refer to errno.h for more details).