www.pudn.com > NetScan.rar > ProcessDlg.h


#if !defined(AFX_PROCESSDLG_H__367E5749_C9B4_4773_B5DE_518F251507A7__INCLUDED_) 
#define AFX_PROCESSDLG_H__367E5749_C9B4_4773_B5DE_518F251507A7__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// ProcessDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CProcessDlg dialog 
 
class CProcessDlg : public CDialog 
{ 
// Construction 
public: 
	void addList(); 
	CProcessDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
 
	int m_proTypeCount; 
	int m_proNameCount; 
	int m_proIndexCount; 
	LPTSTR *m_ProcessType; 
	LPTSTR *m_ProcessName; 
	LPTSTR *m_ProcessIndex; 
	//{{AFX_DATA(CProcessDlg) 
	enum { IDD = IDD_PROCESSDIALOG }; 
	CListCtrl	m_ProcessList; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CProcessDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CProcessDlg) 
	virtual BOOL OnInitDialog(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_PROCESSDLG_H__367E5749_C9B4_4773_B5DE_518F251507A7__INCLUDED_)