Previous section.

CDE 1.1: Remote Procedure Call
Copyright © 1997 The Open Group

NAME

rpc_binding_set_object- sets the object UUID value in a binding handle

SYNOPSIS

#include <dce/rpc.h>

void rpc_binding_set_object( rpc_binding_handle_t binding, uuid_t *object_uuid, unsigned32 *status);

PARAMETERS

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.

DESCRIPTION

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.

RETURN VALUE

None.

SEE ALSO


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