fileserver.odl

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

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

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

[ uuid(164D20AE-74A8-4DF7-93AB-D332A4DA718E), version(1.0) ]
library FileServer
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CFileServerDoc
	
	[ uuid(109E8C3D-4A46-49EF-B46F-4440497952C2) ]
	dispinterface IFileServer
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CFileServerDlgAutoProxy)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CFileServerDlgAutoProxy)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CFileServerDoc
	
	[ uuid(C2A59FC7-4EAF-4DC3-AE35-8B084A7DE2CB) ]
	coclass FileServer
	{
		[default] dispinterface IFileServer;
	};

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

⌨️ 快捷键说明

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