📄 ffms.odl
字号:
// FFMS.odl : type library source for FFMS.exe
// This file will be processed by the MIDL compiler to produce the
// type library (FFMS.tlb).
[ uuid(614A9031-797E-4084-BE4C-6A49F70BF611), version(1.0) ]
library FFMS
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for CFFMSDoc
[ uuid(CFF7F9A8-27BF-4513-A37B-9FFE3C387168) ]
dispinterface IFFMS
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CFFMSDoc)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CFFMSDoc)
//}}AFX_ODL_METHOD
};
// Class information for CFFMSDoc
[ uuid(EEC7FD64-734C-42FF-BBDA-FD134FE99894) ]
coclass Document
{
[default] dispinterface IFFMS;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -