greenbrowser.idl

来自「用VC写的浏览器」· IDL 代码 · 共 36 行

IDL
36
字号
// GreenBrowser.idl : IDL source for GreenBrowser.exe
//
// This file will be processed by the MIDL tool to
// produce the type library (GreenBrowser.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
	
	[
		object,
		uuid(25E81C73-A6C1-46B2-A83B-C05565643062),
		helpstring("IGreenBrowserNSHandle Interface"),
		pointer_default(unique)
	]
	interface IGreenBrowserNSHandle : IUnknown
	{
	};
[
	uuid(133F1EF9-AE92-4C44-AE6B-DE5B0701E59B),
	version(1.0),
	helpstring("GreenBrowser 1.0 Type Library")
]
library GreenBrowserLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");
	
	[
		uuid(B96C53BD-FADC-45C7-A72D-EB5230433A46),
		helpstring("GreenBrowserNSHandle Class")
	]
	coclass GreenBrowserNSHandle
	{
		[default] interface IGreenBrowserNSHandle;
	};
};

⌨️ 快捷键说明

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