callsmscom.odl

来自「wavecom 短信猫开发示例 二次开发包」· ODL 代码 · 共 43 行

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

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

[ uuid(AC4D0ABE-7A06-4AEB-AAA9-D3F734593CB3), version(1.0) ]
library CallSmsCom
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CCallSmsComDoc
	
	[ uuid(DBF6D06C-33FD-4073-ACE2-A05DD800628A) ]
	dispinterface ICallSmsCom
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CCallSmsComDlgAutoProxy)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CCallSmsComDlgAutoProxy)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CCallSmsComDoc
	
	[ uuid(1C14F353-58C8-492C-8B08-A45B40E46439) ]
	coclass CallSmsCom
	{
		[default] dispinterface ICallSmsCom;
	};

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

⌨️ 快捷键说明

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