QEMU main repository: Please see https://www.qemu.org/docs/master/devel/submitting-a-patch.html for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. http://www.qemu.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
407 B
20 lines
407 B
import "oaidl.idl";
|
|
import "ocidl.idl";
|
|
|
|
[
|
|
uuid(103B8142-6CE5-48A7-BDE1-794D3192FCF1),
|
|
version(1.0),
|
|
helpstring("QGAVSSProvider Type Library")
|
|
]
|
|
library QGAVSSHWProviderLib
|
|
{
|
|
importlib("stdole2.tlb");
|
|
[
|
|
uuid(6E6A3492-8D4D-440C-9619-5E5D0CC31CA8),
|
|
helpstring("QGAVSSProvider Class")
|
|
]
|
|
coclass QGAVSSHWProvider
|
|
{
|
|
[default] interface IUnknown;
|
|
};
|
|
};
|
|
|