tcpiptrc.odl

来自「analog device vdsp LAN driver and exampl」· ODL 代码 · 共 43 行

ODL
43
字号
// TCPIPTrc.odl : type library source for TCPIPTrc.exe

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

[ uuid(B5734A1E-DB07-4428-BF81-C58AF1F40A7A), version(1.0) ]
library TCPIPTrc
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CTCPIPTrcDoc
	
	[ uuid(3B34DCDE-2E7D-4886-A53C-62C9CF711A5B) ]
	dispinterface ITCPIPTrc
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CTCPIPTrcDlgAutoProxy)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CTCPIPTrcDlgAutoProxy)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CTCPIPTrcDoc
	
	[ uuid(FD674D3D-9A7D-4E9C-BD2A-A66368B2F96D) ]
	coclass TCPIPTrc
	{
		[default] dispinterface ITCPIPTrc;
	};

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

⌨️ 快捷键说明

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