wfwiz.h
来自「pgp soucecode pgp soucecode」· C头文件 代码 · 共 24 行
H
24 行
typedef enum Page
{
intro = 0,
info,
status,
finish,
NUM_PAGES
} Page;
typedef struct wizard_data
{
HINSTANCE hinst;
HWND hwnd;
HBITMAP bmp;
HPALETTE palette;
PGPContextRef context;
int cookie;
int passes;
char drive[5];
int restarts;
BOOL cmdline;
BOOL result;
}wizard_data;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?