miniplayer.odl

来自「利用VC++开发环境」· ODL 代码 · 共 41 行

ODL
41
字号
// MiniPlayer.odl : type library source for MiniPlayer.exe

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

[ uuid(42D40F72-C429-4675-AEB9-91D2B074C9D4), version(1.0) ]
library MiniPlayer
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CMiniPlayerDoc
	
	[ uuid(A3EAE42F-F909-42E4-9B4D-008006FA0CBE) ]
	dispinterface IMiniPlayer
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CMiniPlayerDlgAutoProxy)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CMiniPlayerDlgAutoProxy)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CMiniPlayerDoc
	
	[ uuid(98472EC9-BAA2-442A-9706-FA4A85C6C7F1) ]
	coclass MiniPlayer
	{
		[default] dispinterface IMiniPlayer;
	};

};

⌨️ 快捷键说明

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