Scroll to navigation

RpcRevertToSelfEx(3w) Wine API RpcRevertToSelfEx(3w)

NAME

RpcRevertToSelfEx (RPCRT4.@)

SYNOPSIS

RPC_STATUS RpcRevertToSelfEx
(
RPC_BINDING_HANDLE BindingHandle
)
 

DESCRIPTION

Stops impersonating the client connected to the binding handle so that security checks are no longer done in the context of the client.
 

PARAMS

BindingHandle [In] Handle to the binding to the client.
 

RETURNS

Success: RPS_S_OK.
Failure: RPC_STATUS value.
 

NOTES

If BindingHandle is NULL then the function stops impersonating the client connected to the binding handle of the current thread.
 

IMPLEMENTATION

Declared in "rpcdce.h".
Implemented in "dlls/rpcrt4/rpc_binding.c".
Debug channel "rpc".
Oct 2012 Wine API