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

📄 erasext.odl

📁 版本更新了一下
💻 ODL
字号:
// Erasext.odl : type library source for Erasext.dll

// This file will be processed by the Make Type Library (mktyplib) tool to
// produce the type library (Erasext.tlb).

[ uuid(8BE13460-936F-11D1-A87D-444553540000), version(1.0) ]
library Erasext
{
	#ifdef _WIN64 
	importlib("stdole64.tlb");
	#else
	importlib("stdole32.tlb");
	#endif
	

	//  Primary dispatch interface for CErasextMenu
	
	[ uuid(8BE13461-936F-11D1-A87D-444553540000) ]
	dispinterface IErasextMenu
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CErasextMenu)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CErasextMenu)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CErasextMenu

	[ uuid(8BE13462-936F-11D1-A87D-444553540000) ]
	coclass ERASEXTMENU
	{
		[default] dispinterface IErasextMenu;
	};

	//{{AFX_APPEND_ODL}}
};

⌨️ 快捷键说明

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