📄 exch_pda.idl
字号:
// Exch_Pda.idl : IDL source for Exch_Pda.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (Exch_Pda.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(5DB8ED2C-5ECD-4488-B84D-54BF096543B0),
dual,
helpstring("IExch Interface"),
pointer_default(unique)
]
interface IExch : IDispatch
{
};
[
uuid(FC6BB134-8E6A-4398-A804-BD72FBCFB2CD),
version(1.0),
helpstring("Exch_Pda 1.0 Type Library")
]
library EXCH_PDALib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(BBA90071-A96C-4076-8691-B1FA77C0342F),
helpstring("CExch Class")
]
coclass CExch
{
[default] interface IExch;
};
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -