Retrieve a contact's PPID.
#include <bbmsp/bbmsp_contactlist.h>
BBMSP_API bbmsp_result_t bbmsp_contact_get_ppid(const bbmsp_contact_t *contact, char *ppid, size_t ppid_buffer_size)
BlackBerry 10.0.0
A pointer to the contact whose PPID to get.
A buffer that will be updated with the PPID encoded as Base64. The resulting buffer will be null-terminated on success.
The size of the ppid buffer. This should be BBMSP_CONTACT_PPID_MAX.
The user's PPID is the same across multiple instances of BBM (for example, on a BlackBerry smartphone and a BlackBerry tablet), when the user signs in with the same BlackBerry ID. PPID is encoded as a Base64 string using the ASCII character set.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.