Unit3.h
资源名称:第6章 多线程编程.rar [点击查看]
上传用户:gyjjlc
上传日期:2013-03-29
资源大小:2124k
文件大小:1k
源码类别:
多显示器编程
开发平台:
C++ Builder
- //---------------------------------------------------------------------------
- #ifndef Unit3H
- #define Unit3H
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- //---------------------------------------------------------------------------
- class TDisplayThread : public TThread
- {
- private:
- void __fastcall ListInMemo(void);
- protected:
- void __fastcall Execute();
- public:
- __fastcall TDisplayThread(bool CreateSuspended);
- };
- //---------------------------------------------------------------------------
- #endif
English
