GetWindowTextRemoteTestDlg.h
上传用户:yyuan_1106
上传日期:2022-03-31
资源大小:114k
文件大小:2k
源码类别:

钩子与API截获

开发平台:

Visual C++

  1. // GetWindowTextRemoteTestDlg.h : header file
  2. //
  3. #if !defined(AFX_GETWINDOWTEXTREMOTETESTDLG_H__BCEFAA0D_3472_48DA_9EAB_294180B91E80__INCLUDED_)
  4. #define AFX_GETWINDOWTEXTREMOTETESTDLG_H__BCEFAA0D_3472_48DA_9EAB_294180B91E80__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CGetWindowTextRemoteTestDlg dialog
  10. class CGetWindowTextRemoteTestDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CGetWindowTextRemoteTestDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CGetWindowTextRemoteTestDlg)
  17. enum { IDD = IDD_GETWINDOWTEXTREMOTETEST_DIALOG };
  18. // NOTE: the ClassWizard will add data members here
  19. //}}AFX_DATA
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CGetWindowTextRemoteTestDlg)
  22. protected:
  23. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. protected:
  27. HICON m_hIcon;
  28. // Generated message map functions
  29. //{{AFX_MSG(CGetWindowTextRemoteTestDlg)
  30. virtual BOOL OnInitDialog();
  31. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  32. afx_msg void OnPaint();
  33. afx_msg HCURSOR OnQueryDragIcon();
  34. virtual void OnOK();
  35. virtual void OnCancel();
  36. afx_msg void OnGetremotetext();
  37. afx_msg void OnClose();
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_GETWINDOWTEXTREMOTETESTDLG_H__BCEFAA0D_3472_48DA_9EAB_294180B91E80__INCLUDED_)