mfcdisp.odl
来自「自动接口极大地提升软件的功能try it!」· ODL 代码 · 共 75 行
ODL
75 行
// MFCDisp.odl : type library source for MFCDisp.dll
// This file will be processed by the MIDL compiler to produce the
// type library (MFCDisp.tlb).
[ uuid(BE3F91F0-2D4B-4AB6-90D2-178EF23D0699), version(1.0) ]
library MFCDisp
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for CAAA
[ uuid(29C1DFB0-3EE7-4D44-B2BA-060F7C3899FD) ]
dispinterface IAAA
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CAAA)
[id(1)] IDispatch* BBB;
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CAAA)
//}}AFX_ODL_METHOD
};
// Class information for CAAA
[ uuid(73A97AD5-903D-4A6D-91C6-75D1E196C385) ]
coclass AAA
{
[default] dispinterface IAAA;
};
// Primary dispatch interface for CBBB
[ uuid(C5AE7BB5-CCC5-4E8E-BB69-8A2F7540B4B2) ]
dispinterface IBBB
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CBBB)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CBBB)
[id(1)] long Add(long n1, long n2);
//}}AFX_ODL_METHOD
};
// Class information for CBBB
[ uuid(86E1B402-A7AB-4BAF-A3D2-26D55E69ED12) ]
coclass BBB
{
[default] dispinterface IBBB;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?