navigator_window_cover_attribute_create()
Create a navigator window cover attribute.
Synopsis:
#include <bps/navigator.h>
BPS_API int navigator_window_cover_attribute_create(navigator_window_cover_attribute_t **attribute)
Since:
BlackBerry 10.0.0
Arguments:
- attribute
-
To be filled with the attribute handle
Library:
libbpsDescription:
Create a handle to be used with navigator_window_cover_update().
Returns:
On success returns BPS_SUCCESS with the attribute set. Otherwise, BPS_FAILURE with errno set.