Commit 17a6dbf3 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

iextag.idl: Added ClientCaps coclass declaration.

parent 3bf7482d
......@@ -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;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment