阿诺门爵士 阿诺门爵士
关注数: 2 粉丝数: 1 发帖数: 45 关注贴吧数: 1
求翻译 谢谢 #if !defined(AFX_MSCOMM_H__7BC22A5B_7BB3_4473_B73B_6E16B13438F5__INCLUDED_) #define AFX_MSCOMM_H__7BC22A5B_7BB3_4473_B73B_6E16B13438F5__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // 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. ///////////////////////////////////////////////////////////////////////////// // CMSComm wrapper class class CMSComm : public CWnd { protected:      DECLARE_DYNCREATE(CMSComm) public:      CLSID const& GetClsid()      {          static CLSID const clsid              = { 0x648a5600, 0x2c6e, 0x101b, { 0x82, 0xb6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x14 } };          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: // Operations public:      void SetCDHolding(BOOL bNewValue);      BOOL GetCDHolding();      void SetCommID(long nNewValue);      long GetCommID();      void SetCommPort(short nNewValue);      short GetCommPort();      void SetCTSHolding(BOOL bNewValue);      BOOL GetCTSHolding();      void SetDSRHolding(BOOL bNewValue);      BOOL GetDSRHolding();      void SetDTREnable(BOOL bNewValue);      BOOL GetDTREnable();      void SetHandshaking(long nNewValue);      long GetHandshaking();      void SetInBufferSize(short nNewValue);
1 下一页