CoQueryProxyBlanket (OLE32.@)
HRESULT CoQueryProxyBlanket ( IUnknown* pProxy, DWORD* pAuthnSvc, DWORD* pAuthzSvc, OLECHAR** ppServerPrincName, DWORD* pAuthnLevel, DWORD* pImpLevel, void** ppAuthInfo, DWORD* pCapabilities )
Retrieves the security settings being used by a proxy.
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. |
Success: S_OK.
Failure: HRESULT code.
CoCopyProxy, CoSetProxyBlanket.
Defined in "objbase.h".
Implemented in "dlls/ole32/compobj.c". source.winehq.org/source/dlls/ole32/compobj.c
Debug channel "ole".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.