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

📄 csdemoclient.odl

📁 RTX Client&Server示例
💻 ODL
字号:
// CsDemoClient.odl : type library source for CsDemoClient.dll

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

[ uuid(3F505C5F-AECE-4054-AD8C-EDEBDEC2734D), version(1.0) ]
library CsDemoClient
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");
	importlib("..\..\..\tlb\RTXCModuleInterface.tlb");

	[ uuid(7B1B9AF1-272D-4CEC-B885-4EA65237502A) ]
	coclass CsDemoClientModule
	{
		[default] interface IRTXCModule;
	};

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

⌨️ 快捷键说明

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