Previous section.

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

NAME

rpc_binding_free-releases binding handle resources

SYNOPSIS

#include <dce/rpc.h>

void rpc_binding_free( rpc_binding_handle_t *binding, unsigned32 *status);

PARAMETERS

Input/Output

binding
Specifies the server binding handle to free.

Output

status
Returns the status code from this routine. This 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_free() routine frees the memory used by a server binding handle and its referenced binding information when the binding handle was created by one of the following routines:

rpc_binding_copy() rpc_binding_from_string_binding() rpc_ns_binding_import_next() rpc_ns_binding_select() rpc_server_inq_bindings() rpc_ns_binding_lookup_next()

When the operation succeeds, binding returns the value NULL.

RETURN VALUE

None.

SEE ALSO


rpc_binding_copy()
rpc_binding_from_string_binding()
rpc_ns_binding_import_next()


rpc_binding_vector_free()
rpc_ns_binding_lookup_next()
rpc_ns_binding_select()
rpc_server_inq_bindings().


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