navigator_get_domain()
Get the unique domain ID for the navigator service.
Synopsis:
#include <bps/navigator.h>
BPS_API int navigator_get_domain()
Arguments:
Library:
libbpsDescription:
The navigator_get_domain() function gets the unique domain ID for the navigator service. You can use this function in your application to test whether an event that you retrieve using bps_get_event() is a navigator event, and respond accordingly.
Returns:
The domain ID for the navigator service.