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 "dlls/ole32/compobj.c". source.winehq.org/source/dlls/ole32/compobj.c

Debug channel "ole".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.