include: Fix a typo in the parameter name for IClientSecurity::QueryBlanket in objidl.idl.

oldstable
Rob Shearman 2007-02-12 13:26:59 +00:00 committed by Alexandre Julliard
parent fff13d2751
commit be160335d2
1 changed files with 1 additions and 1 deletions

View File

@ -1960,7 +1960,7 @@ interface IClientSecurity : IUnknown
[out] DWORD *pAuthnLevel,
[out] DWORD *pImpLevel,
[out] void **pAuthInfo,
[out] DWORD *pCapabilites);
[out] DWORD *pCapabilities);
HRESULT SetBlanket(
[in] IUnknown *pProxy,