rpc_server_inq_if(3rpc)Returns the manager entry point vector registered for an interface Used by server applications. Synopsis #include <dce/rpc.h> void rpc_server_inq_if( rpc_if_handle_t if_handle, uuid_t *mgr_type_uuid, rpc_mgr_epv_t *mgr_epv, unsigned32 *status); Parameters Input
if_handle
mgr_type_uuid Specifying the value NULL (or a nil UUID) has this routine return a pointer to the manager EPV that is registered with if_handle and the nil type UUID of the manager. Output
mgr_epv
status
Description
Return Values Errors The following describes a partial list of errors that might be returned. Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages.
rpc_s_ok
rpc_s_unknown_if
rpc_s_unknown_mgr_type
Related Information
|