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

📄 dhtmlgrades.idl

📁 vc++6.0数据库编程大全一书得各个章节得源码,比较详细.可以仔细参照学习!
💻 IDL
字号:
// DHTMLGrades.idl : IDL source for DHTMLGrades.dll
//

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

import "oaidl.idl";
import "ocidl.idl";
#include "olectl.h"
	

	[
		object,
		uuid(4BA7268D-AB73-11D2-9949-C45224D15E47),
		dual,
		helpstring("IDHTMLControl Interface"),
		pointer_default(unique)
	]
	interface IDHTMLControl : IDispatch
	{
	};
	

	
	[
		object, dual,
		uuid(4BA7268E-AB73-11D2-9949-C45224D15E47),
		helpstring("IDHTMLControlUI Interface"),
		pointer_default(unique)
	]
	interface IDHTMLControlUI : IDispatch
	{
		//Added by Chuck Wood
		HRESULT Lookup([in]IDispatch* pdispForm,
		 [in]IDispatch* pdispTable);
	};

[
	uuid(4BA72681-AB73-11D2-9949-C45224D15E47),
	version(1.0),
	helpstring("DHTMLGrades 1.0 Type Library")
]
library DHTMLGRADESLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

	[
		uuid(E40A11EE-AA4B-11D2-9949-C4CF5F772B46),
		helpstring("DHTMLControl Class")
	]
	coclass DHTMLControl
	{
		[default] interface IDHTMLControl;
		interface IDHTMLControlUI;
	};
};

⌨️ 快捷键说明

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