paymentservice_purchase_arguments_destroy()
Free the memory that is used by a purchase arguments structure.
Synopsis:
#include <bps/paymentservice.h>
BPS_API int paymentservice_purchase_arguments_destroy(purchase_arguments_t *purchase_arguments)
Since:
BlackBerry 10.0.0
Arguments:
- purchase_arguments
-
The purchase_arguments_t whose memory needs to be freed. Note that the pointer to the structure is not freed.
Library:
libbps (For the qcc command, use the -l bps option to link against this library)Description:
The paymentservice_purchase_arguments_destroy() function frees the memory that is used by the specified purchase_arguments_t structure.
Returns:
BPS_SUCCESS upon success, BPS_FAILURE with errno value set otherwise.
Last modified: 2014-05-14