📄 test54.idl
字号:
// test54.idl : IDL source for test54.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (test54.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(9FE52397-5DDE-4E62-A3D1-B6D11954118E),
dual,
helpstring("IMyExport2 Interface"),
pointer_default(unique)
]
interface IMyExport2 : IDispatch
{
};
[
uuid(C1358155-FEC0-472A-A1AF-744DA1A8C93F),
version(1.0),
helpstring("test54 1.0 Type Library")
]
library TEST54Lib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(09194423-CF15-41FF-BE8C-6FDE7E12213E),
helpstring("MyExport2 Class")
]
coclass MyExport2
{
[default] interface IMyExport2;
};
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -