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

📄 mydll.odl

📁 组态王驱动sdk开发包,用于组态王驱动开发
💻 ODL
字号:
// Mydll.odl : type library source for Mydll.dll

// This file will be processed by the MIDL compiler to produce the
// type library (Mydll.tlb).

[ uuid(7346971F-01F8-4B1D-BDC2-6BAB773DB1B2), version(1.0) ]
library Mydll
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");




	//  Primary dispatch interface for MYDLLPro
	
	[ uuid(185EE497-6AE3-4530-BC1A-8EAAADEC1F33) ]
	dispinterface IMYDLLPro
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(MYDLLPro)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(MYDLLPro)
			//}}AFX_ODL_METHOD

	};

	//  Class information for MYDLLPro

	[ uuid(40F58121-E7AA-47CD-8F86-97D4554A769C) ]
	coclass MYDLLPro
	{
		[default] dispinterface IMYDLLPro;
	};

	//{{AFX_APPEND_ODL}}
	//}}AFX_APPEND_ODL}}
};

⌨️ 快捷键说明

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