com.odl

来自「一个用MFC编写的进程内组件示例程序」· ODL 代码 · 共 17 行

ODL
17
字号
// Com.odl : type library source for Com.dll

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

[ uuid(9FD2AA79-6B7D-4FD2-A105-F6F3239BD5A7), version(1.0) ]
library Com
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");



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

⌨️ 快捷键说明

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