dbexp.odl
来自「本人买的<<VC++项目开发实例>>源代码配套光盘.」· ODL 代码 · 共 44 行
ODL
44 行
// DBExp.odl : type library source for DBExp.exe
// This file will be processed by the MIDL compiler to produce the
// type library (DBExp.tlb).
[ uuid(07F5CB34-EA63-42EF-B9E7-61BF63D7A348), version(1.0) ]
library DBExp
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for CVicDoc
[ uuid(21E91FB9-18AE-4E59-B77A-5E8275A26688) ]
dispinterface IDBExp
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CVicDoc)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CVicDoc)
[id(1)] BSTR GetVersion();
//}}AFX_ODL_METHOD
};
// Class information for CVicDoc
[ uuid(0C6B7FC1-C393-4F12-9EB6-911715C9097E) ]
coclass Document
{
[default] dispinterface IDBExp;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?