Get the number of search domains from a network interface details structure.
#include <bps/netstatus.h>
BPS_API int netstatus_interface_get_num_search_domains(netstatus_interface_details_t *details)
BlackBerry 10.2.0
The netstatus_interface_details_t structure to get the number of search domains from.
The netstatus_interface_get_num_search_domains() function gets the number of search domains from the specified netstatus_interface_details_t structure. The index argument of netstatus_interface_get_search_domain() must be less than this number.
The number of search domains.