www.pudn.com > NetPaw.rar > NPCapture.idl


// NPCapture.idl : NPCapture 的 IDL 源 
// 
 
// 此文件将由 MIDL 工具处理以 
// 产生类型库(NPCapture.tlb)和封送处理代码。 
 
import "oaidl.idl"; 
import "ocidl.idl"; 
 
[ 
	object, 
	uuid(4A041AB8-F1CC-413C-8D79-8021EA8B5D2D), 
	dual, 
	nonextensible, 
	helpstring("INetpawHelper 接口"), 
	pointer_default(unique) 
] 
interface INetpawHelper : IDispatch 
{ 
	[id(1), helpstring("方法AddUrl")] HRESULT AddUrl([in] BSTR bsUrl, [in] BSTR bsInfo, [in] BSTR bsReferer); 
}; 
 
[ 
	uuid(70BA5A1F-B9CF-44D5-ADA1-A17006970099), 
	version(1.0), 
	helpstring("NPCapture 1.0 类型库") 
] 
library NPCaptureLib 
{ 
	importlib("stdole2.tlb"); 
	[ 
		uuid(A4260160-73CF-4FDB-AF1A-B6C4D9A4ADE2), 
		helpstring("NetpawHelper Class") 
	] 
	coclass NetpawHelper 
	{ 
		[default] interface INetpawHelper; 
	}; 
};