dictcomp.odl
来自「学习COM组件编程的入门示例源代码。与《COM原理与应用》一书配套。」· ODL 代码 · 共 17 行
ODL
17 行
// DictComp.odl : type library source for DictComp.dll
// This file will be processed by the MIDL compiler to produce the
// type library (DictComp.tlb).
[ uuid(84B0BBF6-AD8B-11D2-A2DC-A31D6122660F), version(1.0) ]
library DictComp
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?