.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH CoQueryClientBlanket 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBCoQueryClientBlanket\fR (OLE32.@) .SH SYNOPSIS HRESULT CoQueryClientBlanket ( DWORD* \fIpAuthnSvc\fR, DWORD* \fIpAuthzSvc\fR, OLECHAR** \fIpServerPrincName\fR, DWORD* \fIpAuthnLevel\fR, DWORD* \fIpImpLevel\fR, RPC_AUTHZ_HANDLE* \fIpPrivs\fR, DWORD* \fIpCapabilities\fR ) .SH DESCRIPTION .PP Retrieves the authentication information about the client of the currently executing server call in the current thread. .SH PARAMS \fIpAuthnSvc\fR \fB[Out]\fR Optional. The type of authentication service. .PP \fIpAuthzSvc\fR \fB[Out]\fR Optional. The type of authorization service. .PP \fIpServerPrincName\fR \fB[Out]\fR Optional. The server prinicple name. .PP \fIpAuthnLevel\fR \fB[Out]\fR Optional. The authentication level. .PP \fIpImpLevel\fR \fB[Out]\fR Optional. The impersonation level. .PP \fIpPrivs\fR \fB[Out]\fR Optional. Information about the privileges of the client. .PP \fIpCapabilities\fR \fB[IO]\fR Optional. Flags affecting the security behaviour. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. .PP \fBFailure:\fR \fBHRESULT\fR code. .SH SEE ALSO .PP CoImpersonateClient, CoRevertToSelf, CoGetCallContext. .SH IMPLEMENTATION .PP Declared in \fB"objbase.h"\fR. .PP Implemented in \fB"dlls/ole32/compobj.c"\fR. .PP Debug channel \fB"ole"\fR.