Retrieve the device identifying information.
#include <bps/deviceinfo.h>
BPS_API int deviceinfo_get_identifying_details(deviceinfo_identifying_details_t **details)
BlackBerry 10.0.0
This will be populated with the device identifying information. The caller must call deviceinfo_free_identifying_details() when done with this structure.
The deviceinfo_get_identifying_details() function gets the device identifying information. This function requires the application to have the read_device_identifying_information capability. To grant an application the read_device_identifying_information capability, the bar-descriptor.xml file in the application's project must contain the line "<permission>read_device_identifying_information</permission>".
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.