📄 vc70.idl
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -