📄 _dbserverattevent.idl
字号:
import "C:\Program Files\Microsoft Visual Studio.NET\Vc7\include\mshtml.idl";
import "c:\program files\microsoft visual studio.net\vc7\include\dimm.idl";
import "C:\Program Files\Microsoft Visual Studio.NET\Vc7\include\mshtmhst.idl";
import "c:\program files\microsoft visual studio.net\vc7\include\docobj.idl";
import "C:\Program Files\Microsoft Visual Studio.NET\Vc7\include\objsafe.idl";
[
object,
uuid(72FE835B-9DDF-4159-BBB7-F5700F0A0E57),
dual,
helpstring("IDbObject Interface"),
pointer_default(unique)
]
#line 14 "c:\\data\\tomarcher\\chap35\\codesamples\\dbserverattevent\\dbserverattevent\\dbobject.h"
interface IDbObject : IDispatch {
#line 16 "c:\\data\\tomarcher\\chap35\\codesamples\\dbserverattevent\\dbserverattevent\\dbobject.h"
[id(1),helpstring("method UpdateIndexes")] HRESULT UpdateIndexes();
};
[ version(1.0), uuid(D0F851F3-B9A9-4BAA-9BE0-F5271BA9A4A3), helpstring("DbServerAttEvent 1.0 Type Library") ]
library DbServerAttEvent
{
importlib("stdole2.tlb");
importlib("olepro32.dll");
[
uuid(4E5C8AEC-0F6B-46A1-9451-FF8E3168AAA0),
helpstring("_IDbObjectEvents Interface")
]
#line 27 "c:\\data\\tomarcher\\chap35\\codesamples\\dbserverattevent\\dbserverattevent\\dbobject.h"
dispinterface _IDbObjectEvents {
properties:
methods:
[id(1),helpstring("method FinishedUpdating")] HRESULT FinishedUpdating();
};
[
version(1.0),
uuid(CB3F3AC4-DB2A-44C2-A2CC-8C024EA75617),
helpstring("DbObject Class")
]
#line 44 "c:\\data\\tomarcher\\chap35\\codesamples\\dbserverattevent\\dbserverattevent\\dbobject.h"
coclass CDbObject {
interface IDbObject;
[default, source] interface _IDbObjectEvents;
};
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -