mycommandtry.odl

来自「编程实例」· ODL 代码 · 共 43 行

ODL
43
字号
// MyCommandTry.odl : type library source for MyCommandTry.exe

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

[ uuid(733C56D4-AA33-4D38-95D1-12F7F2C05183), version(1.0) ]
library MyCommandTry
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CMyCommandTryDoc
	
	[ uuid(2A1FDA7D-3CD5-4378-8D4F-BFA7FEE38465) ]
	dispinterface IMyCommandTry
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CMyCommandTryDlgAutoProxy)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CMyCommandTryDlgAutoProxy)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CMyCommandTryDoc
	
	[ uuid(E6FE8BD4-061E-4F9C-A8A7-0C6E5C7A0B40) ]
	coclass MyCommandTry
	{
		[default] dispinterface IMyCommandTry;
	};

	//{{AFX_APPEND_ODL}}
	//}}AFX_APPEND_ODL}}
};

⌨️ 快捷键说明

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