tyopcclient.odl

来自「OPC Client 源代码」· ODL 代码 · 共 71 行

ODL
71
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?