📄 test53.idl
字号:
// test53.idl : IDL source for test53.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (test53.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(41A59CCF-9E01-4A58-96F2-D20F52694155),
dual,
helpstring("IMyExport Interface"),
pointer_default(unique)
]
interface IMyExport : IDispatch
{
};
[
uuid(21018DCD-5C40-47EE-9D64-DD36A26985F3),
version(1.0),
helpstring("test53 1.0 Type Library")
]
library TEST53Lib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(00C5B6CC-4D45-47CB-8133-10D486C18E7B),
helpstring("MyExport Class")
]
coclass MyExport
{
[default] interface IMyExport;
};
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -