www.pudn.com > QqMsgView.rar > Select.h
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 *);