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

📄 webspider.idl

📁 基于com的网络爬虫程序
💻 IDL
字号:
//
// This file is part of UniWebSpider Project.
//
// UniWebSpider is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// UniWebSpider is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with UniWebSpider; if not, write to the Free Software Foundation, Inc.,
// 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
//

// WRITTEN BY	: ValGarn

// WebSpider.idl : IDL source for WebSpider.dll
//

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

import "oaidl.idl";
import "ocidl.idl";
	[
		object,
		uuid(EEABB601-F00F-4CE6-B657-3D5AFAB51BC5),
		dual,
		helpstring("ICoWebSpider Interface"),
		pointer_default(unique)
	]
	interface ICoWebSpider : IDispatch
	{
		[id(1), helpstring("method Begin")] HRESULT Begin([in] BSTR *bstrConnectionString);
		[id(2), helpstring("method Finish")] HRESULT Finish(BSTR *bstrConnectionString);
		[id(3), helpstring("method IsExists")] HRESULT IsExists([in] BSTR *bstrConnectionString, [out, retval] VARIANT_BOOL *bVal);
	};

[
	uuid(8EB73C37-7F07-44E7-883A-9C320E18ECDD),
	version(1.0),
	helpstring("WebSpider 1.0 Type Library")
]
library WEBSPIDERLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

	[
		uuid(07447F0A-E72F-440D-95D6-1C51228CB4DD),
		helpstring("CoWebSpider Class")
	]
	coclass CoWebSpider
	{
		[default] interface ICoWebSpider;
	};
};

⌨️ 快捷键说明

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