GetWindowTextRemoteTestDlg.h
资源名称:qqmuma.rar [点击查看]
上传用户:yyuan_1106
上传日期:2022-03-31
资源大小:114k
文件大小:2k
源码类别:
钩子与API截获
开发平台:
Visual C++
- // GetWindowTextRemoteTestDlg.h : header file
- //
- #if !defined(AFX_GETWINDOWTEXTREMOTETESTDLG_H__BCEFAA0D_3472_48DA_9EAB_294180B91E80__INCLUDED_)
- #define AFX_GETWINDOWTEXTREMOTETESTDLG_H__BCEFAA0D_3472_48DA_9EAB_294180B91E80__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CGetWindowTextRemoteTestDlg dialog
- class CGetWindowTextRemoteTestDlg : public CDialog
- {
- // Construction
- public:
- CGetWindowTextRemoteTestDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CGetWindowTextRemoteTestDlg)
- enum { IDD = IDD_GETWINDOWTEXTREMOTETEST_DIALOG };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CGetWindowTextRemoteTestDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CGetWindowTextRemoteTestDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- virtual void OnOK();
- virtual void OnCancel();
- afx_msg void OnGetremotetext();
- afx_msg void OnClose();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_GETWINDOWTEXTREMOTETESTDLG_H__BCEFAA0D_3472_48DA_9EAB_294180B91E80__INCLUDED_)