⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 myindexdlg.h

📁 在你的计算机里有很多微软试图隐藏的文件目录.在这些目录中你会(主要)发现有这样两种东西:Microsoft Internet Explorer记录了你所访问过的所有站点---即使你已经清空了你的缓存,
💻 H
字号:
// MyIndexDlg.h : header file
//

#if !defined(AFX_MYINDEXDLG_H__761B1185_F674_421C_9C74_D8917D66FF89__INCLUDED_)
#define AFX_MYINDEXDLG_H__761B1185_F674_421C_9C74_D8917D66FF89__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CMyIndexDlg dialog

class CMyIndexDlg : public CDialog
{
// Construction
public:
	CMyIndexDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CMyIndexDlg)
	enum { IDD = IDD_MYINDEX_DIALOG };
	CListCtrl	m_List;
	CString	m_File;
	int		m_Radio;
	int		m_Web;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMyIndexDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
	FILE *fr; 
    int i, UrlSum;
    unsigned char ch[8], dat[512];
    char VisitedUrl[2024];
    long Flen, HashOffset;
	long LenHash,NextPos;
    WORD dosdate, dostime;
	FILETIME tm;
	int nIndex;

	CString str;

	int ReadHash(long Pos);
	int ReadURL(long Pos);
	int ReadLEAK(long Pos);
	int ReadREDR(long Pos);
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CMyIndexDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnBUTTONSearch();
	afx_msg void OnBUTTONFile();
	afx_msg void OnBUTTONSave();
	afx_msg void OnColumnclickList(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnDblclkList(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnClipBoard();
	afx_msg void OnVisit();
	afx_msg void Onnotepad();
	afx_msg void OnRclickList(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnRADIOWeb();
	afx_msg void OnRADIOHistory();
	afx_msg void OnRadioCookies();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MYINDEXDLG_H__761B1185_F674_421C_9C74_D8917D66FF89__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -