CoQueryProxyBlanket.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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".

Debug channel "ole".