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

📄 mfccli.odl

📁 侯捷先生翻译的书籍《Win32多线程程序设计》的源代码。
💻 ODL
字号:
//
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -