📄 myrandplottest_com.hpp
字号:
#ifndef _myrandplottest_com_HPP
#define _myrandplottest_com_HPP 1
#include <windows.h>
#include "myrandplottest.h"
#include "myrandplottest_idl.h"
#include "mclcommain.h"
#include "mclcomclass.h"
class Cmyrandplottest : public CMCLClassImpl<Imyrandplottest,
&IID_Imyrandplottest,
Cmyrandplottest,
&CLSID_myrandplottest>
{
public:
Cmyrandplottest() { }
~Cmyrandplottest() { }
HRESULT __stdcall getplotcolor(/* [in] */ long nargout,
/* [in,out] */ VARIANT* out);
HRESULT __stdcall myrandplot(/* [in] */ long nargout,
/* [in,out] */ VARIANT* out,
/* [in] */ VARIANT n);
HRESULT __stdcall setplotcolor(/* [in] */ VARIANT color);
HRESULT __stdcall get_randplotcolor(/* [out, retval] */ VARIANT* randplotcolor);
HRESULT __stdcall put_randplotcolor(/* [in] */ VARIANT randplotcolor);
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -