.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RpcRevertToSelfEx 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRpcRevertToSelfEx\fR (RPCRT4.@) .SH SYNOPSIS RPC_STATUS RpcRevertToSelfEx ( RPC_BINDING_HANDLE \fIBindingHandle\fR ) .SH DESCRIPTION .PP Stops impersonating the client connected to the binding handle so that security checks are no longer done in the context of the client. .SH PARAMS \fIBindingHandle\fR \fB[In]\fR Handle to the binding to the client. .PP .SH RETURNS .PP \fBSuccess:\fR \fBRPS_S_OK\fR. .PP \fBFailure:\fR \fBRPC_STATUS\fR value. .SH NOTES .PP If \fIBindingHandle\fR is \fBNULL\fR then the function stops impersonating the client connected to the binding handle of the current thread. .SH IMPLEMENTATION .PP Declared in \fB"rpcdce.h"\fR. .PP Implemented in \fB"dlls/rpcrt4/rpc_binding.c"\fR. .PP Debug channel \fB"rpc"\fR.