navigator_window_cover_attribute_set_live()

Set the window cover to live.

Synopsis:

#include <bps/navigator.h>
 
BPS_API int navigator_window_cover_attribute_set_live(navigator_window_cover_attribute_t *attribute)

Arguments:

attribute

The window cover attribute handle.

Library:

libbps

Description:

There are 4 modes for covers. Live, file, capture, or alternate window. If live is set, file and capture attributes are disabled. Note, special permission is required to be able to set the window cover to live.

Returns:

On success, return BPS_SUCCESS. Otherwise, BPS_FAILURE with errno set, and the attribute will not be changed.