Retrieve the perimeter from the menu invocation object.
#include "bps/menu.h"
BPS_API int menu_invocation_get_perimeter(menu_invocation_t *invocation)
BlackBerry 10.0.0
The menu invocation to retrieve the data from.
The menu_invocation_get_perimeter() function extracts the perimeter of the given menu invocation object. The allowable return values are:
The perimeter upon success, BPS_FAILURE with errno set otherwise.