menu_request_get_perimeter()

Retrieve the perimeter from the menu request object.

Synopsis:

#include "bps/menu.h"
 
BPS_API int menu_request_get_perimeter(menu_request_t *request)

Since:

BlackBerry 10.0.0

Arguments:

request

The menu request to retrieve the perimeter from.

Library:

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

Description:

The menu_request_get_perimeter() function extracts the perimeter from the given menu request object (see menu_request_set_perimeter()).

Returns:

The perimeter upon success, BPS_FAILURE with errno set otherwise.