📄 femme.odl
字号:
// femme.odl : type library source for femme.exe
// This file will be processed by the MIDL compiler to produce the
// type library (femme.tlb).
[ uuid(8B2BED07-A7DF-4DEB-8ECD-DFB1F0CC0FF5), version(1.0) ]
library Femme
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for ActiveFEMM
[ uuid(CED86EB6-DE64-40F6-AFBF-DA8399526C20) ]
dispinterface IActiveFEMM
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(ActiveFEMM)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(ActiveFEMM)
[id(1)] BSTR call2femm(BSTR luacmd);
[id(2)] BSTR mlab2femm(BSTR luacmd);
//}}AFX_ODL_METHOD
};
// Class information for ActiveFEMM
[ uuid(3D1E0DFB-802B-4098-8614-07AB0CCFF2F2) ]
coclass ActiveFEMM
{
[default] dispinterface IActiveFEMM;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -