⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 callsmscom.odl

📁 wavecom 短信猫开发示例 二次开发包
💻 ODL
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -