To obtain a vector of binding handles that it can use when registering endpoints, the server calls rpc_server_inq_bindings( ):
/*
* Get the binding handles generated by the runtime.
*/
rpc_server_inq_bindings(&binding_vector, &status);
ERROR_CHECK(status, "Can't get bindings for server");