CoSetProxyBlanket (OLE32.@)
HRESULT CoSetProxyBlanket ( IUnknown* pProxy, DWORD AuthnSvc, DWORD AuthzSvc, OLECHAR* pServerPrincName, DWORD AuthnLevel, DWORD ImpLevel, void* pAuthInfo, DWORD Capabilities )
Sets the security settings for a proxy.
| 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. |
Success: S_OK.
Failure: HRESULT code.
CoQueryProxyBlanket, CoCopyProxy.
Defined in "objbase.h".
Implemented in "dlls/ole32/compobj.c". source.winehq.org/source/dlls/ole32/compobj.c
Debug channel "ole".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Dec 2006.