📄 hdicdm.h
字号:
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your modifications will be overwritten.
/////////////////////////////////////////////////////////////////////////////
// CHDIcdm wrapper class
class CHDIcdm : public CWnd
{
protected:
DECLARE_DYNCREATE(CHDIcdm)
public:
CLSID const& GetClsid()
{
static CLSID const clsid
= { 0xd0abb3b2, 0x5d30, 0x4e9c, { 0x9c, 0x1, 0x79, 0x1a, 0x5d, 0xf4, 0x5e, 0x98 } };
return clsid;
}
virtual BOOL Create(LPCTSTR lpszClassName,
LPCTSTR lpszWindowName, DWORD dwStyle,
const RECT& rect,
CWnd* pParentWnd, UINT nID,
CCreateContext* pContext = NULL)
{ return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }
BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
const RECT& rect, CWnd* pParentWnd, UINT nID,
CFile* pPersist = NULL, BOOL bStorage = FALSE,
BSTR bstrLicKey = NULL)
{ return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
pPersist, bStorage, bstrLicKey); }
// Attributes
public:
short GetRepeatCount();
void SetRepeatCount(short);
BOOL GetBig5();
void SetBig5(BOOL);
BOOL GetInnerCmd();
void SetInnerCmd(BOOL);
BOOL GetShallAnswer();
void SetShallAnswer(BOOL);
BOOL GetSendDataError();
void SetSendDataError(BOOL);
BOOL GetRecvDataError();
void SetRecvDataError(BOOL);
BOOL GetNoThisCmd();
void SetNoThisCmd(BOOL);
// Operations
public:
BOOL WriteIcdmData(long* Buffer, long BufferLength);
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -