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

📄 mediaserver.odl

📁 随着计算机信息技术的飞速发展
💻 ODL
字号:
// MediaServer.odl : type library source for MediaServer.exe

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

[ uuid(FDC3B336-E838-4473-ACDE-3D11D86D6AD7), version(1.0) ]
library MediaServer
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CMediaServerDoc
	
	[ uuid(B15167EE-4291-4B05-AEB6-52EADF53E768) ]
	dispinterface IMediaServer
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CMediaServerDlgAutoProxy)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CMediaServerDlgAutoProxy)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CMediaServerDoc
	
	[ uuid(7D6042CA-97F0-475A-8434-F6E35121B803) ]
	coclass MediaServer
	{
		[default] dispinterface IMediaServer;
	};

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

⌨️ 快捷键说明

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