ddd.idl
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:1k
- // ddd.idl : IDL source for ddd.dll
- //
- // This file will be processed by the MIDL tool to
- // produce the type library (ddd.tlb) and marshalling code.
- import "oaidl.idl";
- import "ocidl.idl";
- [
- object,
- uuid(6E6298EB-9AD2-42C2-BD32-F4C33A144286),
-
- helpstring("Ifff Interface"),
- pointer_default(unique)
- ]
- interface Ifff : IUnknown
- {
- };
- [
- object,
- uuid(313CF4CB-A625-45DC-BF67-BE1F60A2B748),
-
- helpstring("Irrr Interface"),
- pointer_default(unique)
- ]
- interface Irrr : IUnknown
- {
- };
- [
- uuid(2B878A12-9949-41F3-AD11-F354552C5FA6),
- version(1.0),
- helpstring("ddd 1.0 Type Library")
- ]
- library DDDLib
- {
- importlib("stdole32.tlb");
- importlib("stdole2.tlb");
- [
- uuid(81C21224-2784-4953-9C74-F0BA79841876),
- helpstring("fff Class")
- ]
- coclass fff
- {
- [default] interface Ifff;
- };
- [
- uuid(2FCD9A38-1151-433C-B389-A3C07329390E),
- helpstring("rrr Class")
- ]
- coclass rrr
- {
- [default] interface Irrr;
- };
- };