?? 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 + -