The RpcNsBindingImportDone function signifies that a client has finished looking for a compatible server and deletes the import context.
#include <rpc.h>
RPC_STATUS RPC_ENTRY RpcNsBindingImportDone(
RPC_NS_HANDLE * ImportContext
);
An argument value of NULL is returned.
Value | Meaning |
---|---|
RPC_S_OK | Success |
The RpcNsBindingImportDone routine frees an import context created by calling the RpcNsBindingImportBegin routine.
Typically, a client application calls RpcNsBindingImportDone after completing remote procedure calls to a server using a binding handle returned from the RpcNsBindingImportNext routine. However, a client application is responsible for calling RpcNsBindingImportDone for each created import context regardless of the status returned from the RpcNsBindingImportNext routine or the success in making remote procedure calls.
Windows NT: Yes
Windows CE: Unsupported.
Header: Declared in rpcnsi.h.
Import Library: Link with rpcns4.lib.
RpcNsBindingImportBegin, RpcNsBindingImportNext