navigator_window_cover_label_destroy()

Destroy the window cover label handle.

Synopsis:

#include <bps/navigator.h>
 
BPS_API int navigator_window_cover_label_destroy(navigator_window_cover_label_t *label)

Since:

BlackBerry 10.0.0

Arguments:

label

The window cover label handle.

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

Destroys the label handle that was created by navigator_window_cover_attribute_add_label()

Returns:

On success, BPS_SUCCESS. Otherwise, BPS_FAILURE with errno set, and label will still be valid.