CoSetProxyBlanket.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

CoSetProxyBlanket (OLE32.@)

SYNOPSIS

HRESULT CoSetProxyBlanket
 (
  IUnknown* pProxy,
  DWORD     AuthnSvc,
  DWORD     AuthzSvc,
  OLECHAR*  pServerPrincName,
  DWORD     AuthnLevel,
  DWORD     ImpLevel,
  void*     pAuthInfo,
  DWORD     Capabilities
 )

DESCRIPTION

Sets the security settings for a proxy.

PARAMS

pProxy [In] Pointer to the proxy object.

AuthnSvc [In] The type of authentication service.

AuthzSvc [In] The type of authorization service.

pServerPrincName [In] The server prinicple name.

AuthnLevel [In] The authentication level.

ImpLevel [In] The impersonation level.

pAuthInfo [In] Information specific to the authorization/authentication service.

Capabilities [In] Flags affecting the security behaviour.

RETURNS

Success: S_OK.

Failure: HRESULT code.

SEE ALSO

CoQueryProxyBlanket, CoCopyProxy.

IMPLEMENTATION

Defined in "objbase.h".

Implemented in "dlls/ole32/compobj.c".

Debug channel "ole".