mie.odl
来自「一个多文档浏览器」· ODL 代码 · 共 43 行
ODL
43 行
// MIE.odl : type library source for MIE.exe
// This file will be processed by the MIDL compiler to produce the
// type library (MIE.tlb).
[ uuid(DB89A0D8-EE84-11D3-BE9D-000021E2D75A), version(1.0) ]
library MIE
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for CMIEDoc
[ uuid(DB89A0D9-EE84-11D3-BE9D-000021E2D75A) ]
dispinterface IMIE
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CMIEDoc)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CMIEDoc)
//}}AFX_ODL_METHOD
};
// Class information for CMIEDoc
[ uuid(DB89A0D7-EE84-11D3-BE9D-000021E2D75A) ]
coclass Document
{
[default] dispinterface IMIE;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?