armupdate.odl

来自「s3c2410 wince bootload update tools」· ODL 代码 · 共 43 行

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

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

[ uuid(71699C40-C6E7-4952-9467-E93681031B3B), version(1.0) ]
library ARMUpdate
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CARMUpdateDoc
	
	[ uuid(A6B6A847-A113-44BA-9C83-7A044C15A9E1) ]
	dispinterface IARMUpdate
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CARMUpdateDlgAutoProxy)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CARMUpdateDlgAutoProxy)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CARMUpdateDoc
	
	[ uuid(071A81C3-DABE-47C4-A0D5-0A6AB015E16A) ]
	coclass ARMUpdate
	{
		[default] dispinterface IARMUpdate;
	};

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

⌨️ 快捷键说明

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