Splash.h
资源名称:网络视频电话系统.rar [点击查看]
上传用户:oldpeter23
上传日期:2013-01-09
资源大小:1111k
文件大小:1k
源码类别:
IP电话/视频会议
开发平台:
Visual C++
- //NetTalk
- /*------------------------------------------------------------------------------*
- =============================
- 模块名称: Splash.h
- =============================
- [版权]
- 2000-2002 115软件工厂 版权所有
- *------------------------------------------------------------------------------*/
- #ifndef _SPLASH_H_
- #define _SPLASH_H_
- class CSplash:public CDialogX
- {
- public:
- BOOL CreateSplash(UINT uTemplate);
- virtual ~CSplash();
- CSplash(UINT nTime);
- protected:
- virtual LRESULT WndProc(UINT uMsg,WPARAM wParam,LPARAM lParam);
- UINT m_nTime;
- };
- #endif