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

📄 dhtml grades.idl

📁 visual c++ 数据库编程技术与实例,经过调试的
💻 IDL
字号:
// DHTML Grades.idl : IDL source for DHTML Grades.dll
//

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

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

	[
		object,
		uuid(83C4494B-D5D4-4B68-A014-59909F0F0BCE),
		dual,
		helpstring("IDHTMLControl Interface"),
		pointer_default(unique)
	]
	interface IDHTMLControl : IDispatch
	{
	};
	

	
	[
		object, dual,
		uuid(2B51680E-4144-436B-98A0-23FB79C3EA7D),
		helpstring("IDHTMLControlUI Interface"),
		pointer_default(unique)
	]
	interface IDHTMLControlUI : IDispatch
	{
		// Example method that will be called by the HTML
		HRESULT OnClick([in]IDispatch* pdispBody, [in]VARIANT varColor);
	};

[
	uuid(D84844A5-4107-417A-8278-0C2BB15A36A5),
	version(1.0),
	helpstring("DHTML Grades 1.0 Type Library")
]
library DHTMLGRADESLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

	[
		uuid(8A5E8C14-D74F-45B5-8F3F-58417E1CD49F),
		helpstring("DHTMLControl Class")
	]
	coclass DHTMLControl
	{
		[default] interface IDHTMLControl;
		interface IDHTMLControlUI;
	};
};

⌨️ 快捷键说明

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