RemoteC.h
资源名称:(vc).rar [点击查看]
上传用户:wpp2016
上传日期:2010-02-01
资源大小:1250k
文件大小:1k
源码类别:
Telnet服务器
开发平台:
Visual C++
- // RemoteC.h: interface for the CRemoteC class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_REMOTEC_H__9A794FC4_F78C_11D3_8A76_00E04CDD95C8__INCLUDED_)
- #define AFX_REMOTEC_H__9A794FC4_F78C_11D3_8A76_00E04CDD95C8__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "common.h"
- class CRemoteC : public CObject
- {
- protected:
- CTaskList& gettasklist();
- void ClearTaskList();
- CString ListProc(BOOL bKill,CString kill_proc);
- void LogOff();
- void Search_Directory(char* szFilename,CString& DataBuf);
- void Restart();
- void ShutDown();
- int SaveBitmapToFile(HBITMAP hBitmap,LPSTR lpFileName);
- LPTSTR CopyScreenToBitmap(LPRECT lpRect);
- SYS_INFO* GetSysInfo();
- CTaskList m_tasklist;
- CView* m_pView;
- DECLARE_DYNCREATE(CRemoteC)
- public:
- void Command(SCommand command,CString& DataBuf,int nLength);
- CStringList m_filelist;
- CRemoteC();
- CRemoteC(CView* pView);
- virtual ~CRemoteC();
- };
- #endif // !defined(AFX_REMOTEC_H__9A794FC4_F78C_11D3_8A76_00E04CDD95C8__INCLUDED_)