WEB开发网
开发学院软件开发VC 多线程管理类 阅读

多线程管理类

 2010-09-04 20:48:19 来源:WEB开发网   
核心提示:一、这里先说一下这个类的使用方法class CMulThreadDlg : public CDialog,private CYGMulThread{// Constructionpublic:CMulThreadDlg(CWnd* pParent = NULL);// standard constructorvoid

一、这里先说一下这个类的使用方法

class CMulThreadDlg : public CDialog,private CYGMulThread
{
// Construction
public:
  CMulThreadDlg(CWnd* pParent = NULL);  // standard constructor
  void ReleaseShow2();
  void ReleaseShow();
  void ThreadFunc();
// Dialog Data
  //{{AFX_DATA(CMulThreadDlg)
  enum { IDD = IDD_MULTHREAD_DIALOG };
  CYGEdit  m_edShow;
  //}}AFX_DATA
  // ClassWizard generated virtual function overrides
  //{{AFX_VIRTUAL(CMulThreadDlg)
  protected:
  virtual void DoDataExchange(CDataExchange* pDX);  // DDX/DDV support
  //}}AFX_VIRTUAL
// Implementation
protected:
  HICON m_hIcon;
  // Generated message map functions
  //{{AFX_MSG(CMulThreadDlg)
  virtual BOOL OnInitDialog();
  afx_msg void OnPaint();
  afx_msg HCURSOR OnQueryDragIcon();
  afx_msg void OnBtnDebug();
  afx_msg void OnBtnStop();
  afx_msg void OnBtnTest1();
  afx_msg void OnBtnTest2();
  //}}AFX_MSG
  DECLARE_MESSAGE_MAP()
};

上一页  1 2 3 4  下一页

Tags:线程 管理

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接