erasext.odl

来自「版本更新了一下」· ODL 代码 · 共 45 行

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