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

📄 mscomm32.odl

📁 串口调试程序
💻 ODL
字号:
// mscomm32.odl : type library source for mscomm32.exe

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

[ uuid(7B5B9B69-30DB-497E-8D89-430BE6B29E01), version(1.0) ]
library Mscomm32
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CMscomm32Doc
	
	[ uuid(7CB4C547-7977-48EE-B267-FD302F2346C0) ]
	dispinterface IMscomm32
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CMscomm32DlgAutoProxy)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CMscomm32DlgAutoProxy)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CMscomm32Doc
	
	[ uuid(2CC71EBA-AB4B-42F3-A34B-6D36FBB652D3) ]
	coclass Mscomm32
	{
		[default] dispinterface IMscomm32;
	};

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

⌨️ 快捷键说明

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