www.pudn.com > ProcessProtect.rar > testprocessprotectDlg.h
// testprocessprotectDlg.h : header file
//
#if !defined(AFX_TESTPROCESSPROTECTDLG_H__A950C9D4_2B6D_4645_A21B_2A99CD243A9D__INCLUDED_)
#define AFX_TESTPROCESSPROTECTDLG_H__A950C9D4_2B6D_4645_A21B_2A99CD243A9D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CTestprocessprotectDlg dialog
class CTestprocessprotectDlg : public CDialog
{
// Construction
public:
CTestprocessprotectDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CTestprocessprotectDlg)
enum { IDD = IDD_TESTPROCESSPROTECT_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTestprocessprotectDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HANDLE m_userhandle;
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CTestprocessprotectDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButtonRelease();
afx_msg void OnButtonInit();
afx_msg void OnButtonAddProtect();
afx_msg void OnButtonRemoveProtect();
afx_msg void OnButtonLastError();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TESTPROCESSPROTECTDLG_H__A950C9D4_2B6D_4645_A21B_2A99CD243A9D__INCLUDED_)