ProcessViewPage.h
上传用户:shouhua
上传日期:2014-12-06
资源大小:5685k
文件大小:2k
- #if !defined(AFX_PROCESSVIEWPAGE_H__26EA19B6_F4CD_4627_AABE_A4F9269B536E__INCLUDED_)
- #define AFX_PROCESSVIEWPAGE_H__26EA19B6_F4CD_4627_AABE_A4F9269B536E__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ProcessViewPage.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CProcessViewPage dialog
- class CProcessViewPage : public CPropertyPage
- {
- DECLARE_DYNCREATE(CProcessViewPage)
- // Construction
- public:
- void OnMenuitemProcessRefresh();
- void OnRclickProcessList(NMHDR* pNMHDR, LRESULT* pResult);
- bool GetExeFilePath(char pExeFileName[], char buffer[], DWORD pid);
- BOOL OnInitDialog();
- bool InitSystemImageLists(HWND hwndList);
- void GetProcessPort();
- int GetFileIcon(LPCTSTR lpFileName);
- int iSelected;
- CProcessViewPage();
- ~CProcessViewPage();
- // Dialog Data
- //{{AFX_DATA(CProcessViewPage)
- enum { IDD = IDD_DIALOG1 };
- CListCtrl m_process_ListCtrl;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CProcessViewPage)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CProcessViewPage)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_PROCESSVIEWPAGE_H__26EA19B6_F4CD_4627_AABE_A4F9269B536E__INCLUDED_)