test2.odl

来自「VB Script脚本引擎及例子程序」· ODL 代码 · 共 71 行

ODL
71
字号
// test2.odl : type library source for test2.exe

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

[ uuid(BE2FE5C6-24E2-11D5-AECF-0050BACEC5F7), version(1.0) ]
library Test2
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CTest2Doc
	
	[ uuid(BE2FE5C7-24E2-11D5-AECF-0050BACEC5F7) ]
	dispinterface ITest2
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CTest2DlgAutoProxy)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CTest2DlgAutoProxy)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CTest2Doc
	
	[ uuid(BE2FE5C5-24E2-11D5-AECF-0050BACEC5F7) ]
	coclass Test2
	{
		[default] dispinterface ITest2;
	};


	//  Primary dispatch interface for CMyDlg
	
	[ uuid(BE2FE5D8-24E2-11D5-AECF-0050BACEC5F7) ]
	dispinterface IMyDlg
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CMyDlg)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CMyDlg)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CMyDlg

	[ uuid(BE2FE5DA-24E2-11D5-AECF-0050BACEC5F7) ]
	coclass MyDlg
	{
		[default] dispinterface IMyDlg;
	};

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

⌨️ 快捷键说明

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