select.h

来自「对QQ的聊天文件进行解密的源代码,只要选择聊天记录保存的文件」· C头文件 代码 · 共 25 行

H
25
字号
class Select
{
public:
	static INT_PTR CALLBACK DialogProc(HWND, UINT, WPARAM, LPARAM);
private:
	HWND hwnd;
	HWND HwndCombo;
	int WndPro_Command(WPARAM,LPARAM);
	int WndPro_Close();
	int WndPro_Paint(WPARAM,LPARAM);
	int PaintEdit(HWND,HDC);
	int Init();
	int BrowserFolder();
	int GetQQNumberList();
	bool IsQQFolder(char *);
	int View();
};
int SelectFolder(HWND hwnd);
extern char QQFolder[MAX_PATH];
extern int ListIndex;
extern char QQNumber[10];
extern char QQDatabasePath[MAX_PATH];
extern DWORD FunctionVaule;
extern char DecryptPassword[16];
bool IsQQNumber(char *);

⌨️ 快捷键说明

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