rpc_binding_set_object- sets the object UUID value in a binding handle
#include <dce/rpc.h>
void rpc_binding_set_object(
rpc_binding_handle_t binding,
uuid_t *object_uuid,
unsigned32 *status);
Input
- binding
- Specifies the server binding into which argument object_uuid is set.
- object_uuid
- Specifies the UUID of the object serviced by the server specified in the binding argument.
Output
- status
- Returns the status code from this routine. The status code indicates whether the routine completed successfully, or if not, why not.
Possible status codes and their meanings include:
- rpc_s_ok
- Success.
The rpc_binding_set_object() routine associates an object UUID with a server binding handle. This operation replaces the previously associated object UUID with the UUID in the object_uuid argument.
None.
rpc_binding_from_string_binding()
rpc_binding_inq_object().
Please note that the html version of this specification may contain formatting aberrations. The definitive version is available as an electronic publication on CD-ROM from The Open Group.
Contents | Next section | Index |