⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 beepcntmod.idl

📁 ATL编程的基础用于对基于ATL的OPC服务器的框架,程序基于MFC单文档.
💻 IDL
字号:
// 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";
	[
		object,
		uuid(AE73F2F7-4E95-11D2-A2E1-00C04F8EE2AF),
		dual,
		helpstring("IBeepCnt Interface"),
		pointer_default(unique)
	]
	interface IBeepCnt : IDispatch
	{
	};

[
	uuid(170BBD8D-4DE8-11D2-A2E0-00C04F8EE2AF),
	version(1.0),
	helpstring("BeepCntMod 1.0 Type Library")
]
library BEEPCNTMODLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

	[
		uuid(AE73F2F8-4E95-11D2-A2E1-00C04F8EE2AF),
		helpstring("BeepCnt Class")
	]
	coclass BeepCnt
	{
		[default] interface IBeepCnt;
	};
};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -