RpcRevertToSelfEx (RPCRT4.@)
RPC_STATUS RpcRevertToSelfEx ( RPC_BINDING_HANDLE BindingHandle )
Stops impersonating the client connected to the binding handle so that security checks are no longer done in the context of the client.
BindingHandle | [In] | Handle to the binding to the client. |
Success: RPS_S_OK.
Failure: RPC_STATUS value.
If BindingHandle is NULL then the function stops impersonating the client connected to the binding handle of the current thread.
Not defined in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/rpcrt4/rpc_binding.c". source.winehq.org/source/dlls/rpcrt4/rpc_binding.c
Debug channel "rpc".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.