📄 dbserverevent.idl
字号:
// DbServerEvent.idl : IDL source for DbServerEvent
//
// This file will be processed by the MIDL tool to
// produce the type library (DbServerEvent.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(DC9F2A1E-02DE-451B-8468-3C7A4F60E26E),
dual,
nonextensible,
helpstring("IDbObject Interface"),
pointer_default(unique)
]
interface IDbObject : IDispatch{
[id(1), helpstring("method UpdateIndexes")] HRESULT UpdateIndexes(void);
};
[
uuid(BF5F6499-A8D4-4F12-993F-8DEC8FA86FE3),
version(1.0),
helpstring("DbServerEvent 1.0 Type Library")
]
library DbServerEventLib
{
importlib("stdole2.tlb");
[
uuid(9D9FDBDE-0304-475B-9702-23A34CED0784),
helpstring("_IDbObjectEvents Interface")
]
dispinterface _IDbObjectEvents
{
properties:
methods:
[id(1), helpstring("method FinishedUpdating")] HRESULT FinishedUpdating(void);
};
[
uuid(C3565BE9-5946-4DD6-A2C0-5DC56F254952),
helpstring("DbObject Class")
]
coclass DbObject
{
[default] interface IDbObject;
[default, source] dispinterface _IDbObjectEvents;
};
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -