📄 ext32dlg.h
字号:
// Ext32Dlg.h : header file
//
#if !defined(AFX_EXT32DLG_H__241DB2C7_0D05_11D3_A9F1_0040C72A05A8__INCLUDED_)
#define AFX_EXT32DLG_H__241DB2C7_0D05_11D3_A9F1_0040C72A05A8__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
typedef struct _EXTINFO{
char Extens[4];
unsigned long ExtSize;
unsigned long ExtClust;
unsigned ExtCount;
char cType[80];
}EXTINFO;
void PrintExtInfo(void);
void UpdateExt(char *Exten, WIN32_FIND_DATA *ff);
void ProcessExt(WIN32_FIND_DATA *ff);
void OurFindFile(char FileSpec[], int NumFileSpec);
void DisableButtons(void);
void EnableButtons(void);
//HINSTANCE ghInstance;
//int AnimNum;
/////////////////////////////////////////////////////////////////////////////
// CExt32Dlg dialog
class CExt32Dlg : public CDialog
{
// Construction
public:
CExt32Dlg(CWnd* pParent = NULL); // standard constructor
CListBox m_FileList;
LRESULT NotifyHandler(UINT uMsg, WPARAM wParam, LPARAM lParam);
static int CALLBACK ListViewCompareProc(LPARAM lParam1, LPARAM lParam2, LPARAM lParamSort);
static UINT SearchExtProc(LPVOID lParam);
HLOCAL hExtMem;
// Dialog Data
//{{AFX_DATA(CExt32Dlg)
enum { IDD = IDD_EXT32_DIALOG };
CStatic m_NumExten;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CExt32Dlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CExt32Dlg)
virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnExit();
afx_msg void OnFilespec();
afx_msg void OnPath();
afx_msg void OnSearch();
afx_msg void OnStop();
afx_msg void OnAbout();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_EXT32DLG_H__241DB2C7_0D05_11D3_A9F1_0040C72A05A8__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -