Scroll to navigation

CoQueryProxyBlanket(3w) Wine API 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

Declared in "objbase.h".
Implemented in "dlls/ole32/compobj.c".
Debug channel "ole".
Oct 2012 Wine API