femmview.odl

来自「一个2D电磁场FEM计算的VC++源程序」· ODL 代码 · 共 44 行

ODL
44
字号
// femmview.odl : type library source for femmview.exe

// This file will be processed by the MIDL compiler to produce the
// type library (femmview.tlb).

[ uuid(EE5BB3DE-259D-400C-81D3-C31492BAC758), version(1.0) ]
library Femmview
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

	//  Primary dispatch interface for ActiveFEMM
	
	[ uuid(E208164C-7724-4879-9AA3-E0BBC98A1A2F) ]
	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(0765F1A1-9084-41AF-8678-B8B5C17041CF) ]
	coclass ActiveFEMM
	{
		[default] dispinterface IActiveFEMM;
	};

	//{{AFX_APPEND_ODL}}
	//}}AFX_APPEND_ODL}}
};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?