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

📄 tyopcclient.odl

📁 OPC Client 源代码
💻 ODL
字号:
// TYOPCClient.odl : type library source for TYOPCClient.exe

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

[ uuid(5F39AEBA-C31D-4731-9F63-84A31CD5DE1A), version(1.0) ]
library TYOPCClient
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CTYOPCClientDoc
	
	[ uuid(5DFE6B9D-82D3-429C-B302-501F528CC46F) ]
	dispinterface ITYOPCClient
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CTYOPCClientDoc)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CTYOPCClientDoc)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CTYOPCClientDoc
	
	[ uuid(0917DFBD-3993-43B5-96AC-57A132289CEA) ]
	coclass Document
	{
		[default] dispinterface ITYOPCClient;
	};


	//  Primary dispatch interface for CTYOPCClientDoc
	
	[ uuid(DE64F505-0EAC-4920-8FAA-BA75AFF94DAB) ]
	dispinterface ITYOPCClientDoc
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CTYOPCClientDoc)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CTYOPCClientDoc)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CTYOPCClientDoc

	[ uuid(E8E683F4-4CCE-4971-97D4-25B98046989F) ]
	coclass TYOPCClientDoc
	{
		[default] dispinterface ITYOPCClientDoc;
	};

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

⌨️ 快捷键说明

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