rpc_binding_inq_object- returns the object UUID from a binding handle
#include <dce/rpc.h>
void rpc_binding_inq_object(
rpc_binding_handle_t binding,
uuid_t *object_uuid,
unsigned32 *status);
Input
- binding
- Specifies a client or server binding handle.
Output
- object_uuid
- Returns the object UUID found in the binding argument.
- 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_inq_object() routine obtains the object UUID associated with a binding handle. If no object UUID is associated with the binding handle, this routine returns a nil UUID.
None.
rpc_binding_set_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 |