rpc_binding_inq_object(3rpc)Returns the object UUID from a binding handle Used by client or server applications. Synopsis #include <dce/rpc.h> void rpc_binding_inq_object( rpc_binding_handle_t binding, uuid_t *object_uuid, unsigned32 *status); Parameters Input
binding Output
object_uuid
status
Description If no object UUID has been associated with the binding handle, this routine returns a nil UUID.
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_invalid_binding
Related Information
|