iextag.idl: Added ClientCaps coclass declaration.
This commit is contained in:
parent
3bf7482d52
commit
17a6dbf3b5
|
@ -103,3 +103,18 @@ interface IClientCaps : IDispatch
|
||||||
[id(23)]
|
[id(23)]
|
||||||
HRESULT clearComponentRequest();
|
HRESULT clearComponentRequest();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[
|
||||||
|
uuid(7e8bc440-aeff-11d1-89c2-00c04fb6bfc4),
|
||||||
|
version(1.0)
|
||||||
|
]
|
||||||
|
library IEXTagLib
|
||||||
|
{
|
||||||
|
[
|
||||||
|
uuid(7e8bc44e-aeff-11d1-89c2-00C04fb6bfc4)
|
||||||
|
]
|
||||||
|
coclass ClientCaps
|
||||||
|
{
|
||||||
|
[default] interface IClientCaps;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue