dms2.odl

来自「此系统中」· ODL 代码 · 共 43 行

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

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

[ uuid(B58E2CCE-E0D0-11D4-BECB-E613C5AB7F74), version(1.0) ]
library DMS2
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CDMS2Doc
	
	[ uuid(B58E2CCF-E0D0-11D4-BECB-E613C5AB7F74) ]
	dispinterface IDMS2
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CDMS2DlgAutoProxy)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CDMS2DlgAutoProxy)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CDMS2Doc
	
	[ uuid(5739711B-845E-4B97-A2B5-55E610E36D7A) ]
	coclass DMS2
	{
		[default] dispinterface IDMS2;
	};

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

⌨️ 快捷键说明

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