mediaserver.odl

来自「随着计算机信息技术的飞速发展」· ODL 代码 · 共 43 行

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