mfccli.odl
来自「侯捷先生翻译的书籍《Win32多线程程序设计》的源代码。」· ODL 代码 · 共 19 行
ODL
19 行
//
// MfcCli.odl : type library source for MfcCli.exe
//
// Sample code for "Multitheading Applications in Win32"
// This is from Chapter 17
//
// This file will be processed by the Make Type Library (mktyplib) tool to
// produce the type library (MfcCli.tlb).
[ uuid(8C7589A9-1EF9-11D0-B142-DCC519000000), version(1.0) ]
library MfcCli
{
importlib("stdole32.tlb");
//{{AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?