timelogserver.odl
来自「《visual C++高级编程及其项目应用开发》一书所附光盘的源代码」· ODL 代码 · 共 45 行
ODL
45 行
// TimeLogServer.odl : type library source for TimeLogServer.dll
// This file will be processed by the MIDL compiler to produce the
// type library (TimeLogServer.tlb).
[ uuid(ADC657DC-2D60-4B92-A552-16B5A4EB2ED4), version(1.0) ]
library TimeLogServer
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for CTimeLogServer
[ uuid(DB38AC5C-B40C-4968-A1BA-904EC70D6809) ]
dispinterface ITimeLogServer
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CTimeLogServer)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CTimeLogServer)
//}}AFX_ODL_METHOD
};
// Class information for CTimeLogServer
[ uuid(0809B9DA-0540-485F-9C09-BB6E9B815615) ]
coclass TimeLogServer
{
[default] dispinterface ITimeLogServer;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?