CoQueryProxyBlanket(3w)
NAME
CoQueryProxyBlanket (OLE32.@)
SYNOPSIS
HRESULT CoQueryProxyBlanket ( IUnknown* pProxy, DWORD* pAuthnSvc, DWORD* pAuthzSvc, OLECHAR** ppServerPrincName, DWORD* pAuthnLevel, DWORD* pImpLevel, void** ppAuthInfo, DWORD* pCapabilities )
DESCRIPTION
Retrieves the security settings being used by a proxy.
PARAMS
pProxy [In] Pointer to the proxy object.
pAuthnSvc [Out] The type of authentication service.
pAuthzSvc [Out] The type of authorization service.
ppServerPrincName [Out] Optional. The server prinicple name.
pAuthnLevel [Out] The authentication level.
pImpLevel [Out] The impersonation level.
ppAuthInfo [Out] Information specific to the authorization/authentication service.
pCapabilities [Out] Flags affecting the security behaviour.
RETURNS
Success: S_OK.
Failure: HRESULT code.
SEE ALSO
CoCopyProxy, CoSetProxyBlanket.
IMPLEMENTATION
Defined in "objbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ole32/compobj.c".
- Debug channel "ole".