?? cus_opcclient.idl
字號:
// CUS_OPCClient.idl : IDL source for CUS_OPCClient.exe
//
// This file will be processed by the MIDL tool to
// produce the type library (CUS_OPCClient.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(47BC3E03-310E-4C7A-B657-F8F59848CFFE),
dual,
helpstring("Idfds Interface"),
pointer_default(unique)
]
interface Idfds : IDispatch
{
};
[
uuid(AFEEAC2C-6379-4DD1-B1E1-E6EFEE1FCCF4),
version(1.0),
helpstring("CUS_OPCClient 1.0 Type Library")
]
library CUS_OPCClientLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(A7C4037F-CB4C-47D5-BEE3-D6EA2A316AC5),
helpstring("dfds Class")
]
coclass dfds
{
[default] interface Idfds;
};
};
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -