ex43.odl
来自「visual c++数据库开发基础与应用的源代码」· ODL 代码 · 共 43 行
ODL
43 行
// ex43.odl : type library source for ex43.exe
// This file will be processed by the MIDL compiler to produce the
// type library (ex43.tlb).
[ uuid(5AD23C12-E767-46C6-A284-174B5781EF40), version(1.0) ]
library Ex43
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for CEx43Doc
[ uuid(AFCAD619-A0F8-4E04-A35D-251F64270F83) ]
dispinterface IEx43
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CEx43DlgAutoProxy)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CEx43DlgAutoProxy)
//}}AFX_ODL_METHOD
};
// Class information for CEx43Doc
[ uuid(5B72B58B-421F-4E97-8A7D-D8FDADFAED95) ]
coclass Ex43
{
[default] dispinterface IEx43;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?