install.h
来自「<Win2k系统编程>源码.次数为国人自编,内容丰富,还是不错的.」· C头文件 代码 · 共 29 行
H
29 行
/**************************************************************************\
* install.h -- header file supporting nls table installing.
*
* Kept separate because install.* may later be used independently as
* a control panel applet.
\**************************************************************************/
/**************************************************************************\
* Function prototypes, window procedures first.
\**************************************************************************/
LRESULT CALLBACK InstallTableProc (HWND, UINT, WPARAM, LPARAM);
int InstallFile (TCHAR*,TCHAR*);
int ListInstalledTables (HWND, UINT, int);
int GetTableFileNames (HWND);
int myScanf (TCHAR*, int*);
/**************************************************************************\
* Defined constants.
\**************************************************************************/
/* IDs from the Install dialog box. */
#define DID_LISTBOX 1000
#define BID_ADD 1001
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?