rpc_ns_binding_import_done(3rpc)Deletes the import context for searching the name service database Used by client applications. Synopsis #include <dce/rpc.h> void rpc_ns_binding_import_done( rpc_ns_handle_t *import_context, unsigned32 *status); Parameters Input/Output
import_context Returns the value NULL. Output
status
Description Typically, a client calls this routine after completing remote procedure calls to a server using a binding handle returned from rpc_ns_binding_import_next( ). A client program calls this routine for each created import context, regardless of the status returned from rpc_ns_binding_import_next( ), or the success in making remote procedure calls.
Permissions Required
Return Values Errors The following describes a partial list of errors that might be returned. Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages.
rpc_s_ok
rpc_s_invalid_ns_handle
Related Information rpc_ns_binding_import_next(3rpc)
|