rpc_binding_reset- resets a binding handle to a partially bound binding handle
#include <dce/rpc.h>
void rpc_binding_reset(
rpc_binding_handle_t binding,
unsigned32 *status);
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.
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.
None.
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 |