linecountvc7.idl

来自「一个统计文件大小和程序信息的插件程序(vc或vc.net下使用)」· IDL 代码 · 共 34 行

IDL
34
字号
/***************************************************************************/
/* NOTE:                                                                   */
/* This document is copyright (c) by Oz Solomonovich, and is bound by the  */
/* MIT open source license (www.opensource.org/licenses/mit-license.html). */
/* See License.txt for more information.                                   */
/***************************************************************************/

// LineCountVC7.idl : IDL source for AddIn
//

// This file will be processed by the MIDL tool to
// produce the type library (AddIn.tlb) and marshalling code.

import "oaidl.idl";
import "ocidl.idl";

[
	uuid(C14D829C-90AE-46CE-8EA2-B60C53E3071B),
	version(1.0),
	helpstring("LineCount.NET 1.0 Type Library")
]
library LineCountLibVC7
{
	importlib("stdole2.tlb");
	[
		uuid(90AC5CE1-CCE9-461B-A65D-5EC13FEA497E),
		helpstring("Connect Class")
	]
	coclass Connect
	{
		[default] interface IUnknown;
	};
};

⌨️ 快捷键说明

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