iextag.idl: Added ClientCaps coclass declaration.

This commit is contained in:
Jacek Caban 2011-06-02 17:59:11 +02:00 committed by Alexandre Julliard
parent 3bf7482d52
commit 17a6dbf3b5
1 changed files with 15 additions and 0 deletions

View File

@ -103,3 +103,18 @@ interface IClientCaps : IDispatch
[id(23)]
HRESULT clearComponentRequest();
}
[
uuid(7e8bc440-aeff-11d1-89c2-00c04fb6bfc4),
version(1.0)
]
library IEXTagLib
{
[
uuid(7e8bc44e-aeff-11d1-89c2-00C04fb6bfc4)
]
coclass ClientCaps
{
[default] interface IClientCaps;
}
}