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

📄 miniplayer.odl

📁 利用VC++开发环境
💻 ODL
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -