vc70.idl

来自「Visual_C++[1].NET_Bible1 Visual_C++宝典书中」· IDL 代码 · 共 43 行

IDL
43
字号
import "docobj.idl";

[
	uuid(72fe835b-9ddf-4159-bbb7-f5700f0a0e57),
	dual
] 
#line 42 "c:\\data\\tomarcher\\chap35\\codesamples\\dbserverattevent\\client\\debug\\_dbserverattevent.tlh"
interface IDbObject : IDispatch {
#line 48 "c:\\data\\tomarcher\\chap35\\codesamples\\dbserverattevent\\client\\debug\\_dbserverattevent.tlh"
	[id(0x1)] HRESULT  UpdateIndexes();
};


[ version(1.0), uuid(aadc90f8-f9bb-3e9a-86dd-257115886434) ]
library ClientModule
{
	importlib("stdole2.tlb");
	importlib("olepro32.dll");

	[
		uuid(4e5c8aec-0f6b-46a1-9451-ff8e3168aaa0)
	] 
#line 26 "c:\\data\\tomarcher\\chap35\\codesamples\\dbserverattevent\\client\\debug\\_dbserverattevent.tlh"
	dispinterface _IDbObjectEvents {
	properties:

	methods:
#line 33 "c:\\data\\tomarcher\\chap35\\codesamples\\dbserverattevent\\client\\debug\\_dbserverattevent.tlh"
		[id(0x1)] HRESULT  FinishedUpdating();
	};

	[
		uuid(B38997BD-02BF-335B-A093-7052137AB3ED),
		version(1.0),
		noncreatable
	] 
	coclass __Impl__IDbObjectEvents {
		[default] interface IUnknown;
	};

}

⌨️ 快捷键说明

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