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