testcellormatrix_com.hpp

来自「《精通matlab与c++混合编程》的光盘内容」· HPP 代码 · 共 23 行

HPP
23
字号
#ifndef _testcellormatrix_com_HPP
#define _testcellormatrix_com_HPP 1

#include <windows.h>
#include "testcellormatrix.hpp"
#include "testcellormatrix_idl.h"
#include "mclcommain.h"
#include "mclcomclass.h"

class Ctestcellormatrix : public CMCLClassImpl<Itestcellormatrix,
                                               &IID_Itestcellormatrix,
                                               Ctestcellormatrix,
                                               &CLSID_testcellormatrix>
{
public:
    Ctestcellormatrix() { }
    ~Ctestcellormatrix() { }

    HRESULT __stdcall displayinput(/* [in] */ VARIANT x);
    
};
#endif

⌨️ 快捷键说明

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