screencapture_destroy_result()

Destroy a result handle.

Synopsis:

#include <bps/screencapture.h>
 
BPS_API int screencapture_destroy_result(screencapture_result_t *result)

Since:

BlackBerry 10.2.0

Arguments:

result

The result handle assigned in screencapture_grab().

Library:

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

Description:

Returns:

BPS_SUCCESS if the handle was successfully destroyed, otherwise return BPS_FAILURE with errno set.