dao2.odl
来自「Visual C++ From the Ground Up Second Edi」· ODL 代码 · 共 42 行
ODL
42 行
// DAO2.odl : type library source for DAO2.exe
// This file will be processed by the MIDL compiler to produce the
// type library (DAO2.tlb).
[ uuid(E0C11C84-A206-11D0-9887-00A024DA5F0B), version(1.0) ]
library DAO2
{
importlib("stdole32.tlb");
// Primary dispatch interface for CDAO2Doc
[ uuid(E0C11C85-A206-11D0-9887-00A024DA5F0B) ]
dispinterface IDAO2
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CDAO2DlgAutoProxy)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CDAO2DlgAutoProxy)
//}}AFX_ODL_METHOD
};
// Class information for CDAO2Doc
[ uuid(E0C11C83-A206-11D0-9887-00A024DA5F0B) ]
coclass DAO2
{
[default] dispinterface IDAO2;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?