?? d_box.h
字號:
#ifndef __DNSTATUS_H__
#define __DNSTATUS_H__
BOOL CALLBACK DownloadProgressProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
void InitDownloadProgress(void);
void DisplayDownloadProgress(int percent);
void CloseDownloadProgress(void);
int ReadUserConfig(void);
int WriteUserConfig(void);
BOOL CALLBACK OptionsProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
extern int downloadCanceled;
extern volatile HWND _hDlgDownloadProgress;
#endif //__DNSTATUS_H__
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -