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

📄 fileserver.odl

📁 lwip tcp/ip 协议栈 adsp BF533 DSP 移植 用 visual dsp++ 编译
💻 ODL
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -