.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RpcImpersonateClient 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRpcImpersonateClient\fR (RPCRT4.@) .SH SYNOPSIS RPC_STATUS RpcImpersonateClient ( RPC_BINDING_HANDLE \fIBindingHandle\fR ) .SH DESCRIPTION .PP Impersonates the client connected via a binding handle so that security checks are 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 impersonates 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.