rpc_if_inq_id(3rpc)Returns the interface identifier for an interface specification Used by client or server applications. Synopsis #include <dce/rpc.h> void rpc_if_inq_id( rpc_if_handle_t if_handle, rpc_if_id_t *if_id, unsigned32 *status); Parameters Input
if_handle Output
if_id
status
Description The returned interface identifier consists of the interface UUID and interface version numbers (major and minor) specified in the DCE IDL file's interface specification.
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
Related Information rpc_ns_mgmt_entry_inq_if_ids(3rpc)
|