include: Fix a typo in the parameter name for IClientSecurity::QueryBlanket in objidl.idl.
This commit is contained in:
parent
fff13d2751
commit
be160335d2
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue