jscript: Added IActiveScriptParseProcedure2 declaration.
This commit is contained in:
parent
f460cbf9af
commit
9621945272
|
@ -342,6 +342,15 @@ interface IActiveScriptParseProcedure : IUnknown
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[
|
||||||
|
object,
|
||||||
|
uuid(71ee5b20-fb04-11d1-b3a8-00a0c911e8b2),
|
||||||
|
pointer_default(unique)
|
||||||
|
]
|
||||||
|
interface IActiveScriptParseProcedure2 : IActiveScriptParseProcedure
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
[
|
[
|
||||||
object,
|
object,
|
||||||
uuid(63CDBCB0-C1B1-11d0-9336-00A0C90DCAA9),
|
uuid(63CDBCB0-C1B1-11d0-9336-00A0C90DCAA9),
|
||||||
|
|
Loading…
Reference in New Issue