Previous section.

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

NAME

rpc_binding_reset- resets a binding handle to a partially bound binding handle

SYNOPSIS

#include <dce/rpc.h>

void rpc_binding_reset( rpc_binding_handle_t binding, unsigned32 *status);

PARAMETERS

Input

binding
Specifies the server binding handle to reset.

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_reset() routine removes the endpoint portion of the server address referenced by the binding handle, binding. The result is a partially bound server binding handle.

RETURN VALUE

None.

SEE ALSO


rpc_ep_register()
rpc_ep_register_no_replace().

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