beepcntmod.idl
来自「ATL编程的基础用于对基于ATL的OPC服务器的框架,程序基于MFC单文档.」· IDL 代码 · 共 21 行
IDL
21 行
// BeepCntMod.idl : IDL source for BeepCntMod.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (BeepCntMod.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
uuid(170BBD8D-4DE8-11D2-A2E0-00C04F8EE2AF),
version(1.0),
helpstring("BeepCntMod 1.0 Type Library")
]
library BEEPCNTMODLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?