📄 exports.c
字号:
/////////////////////////////////////////////////////////////////////////
//
// exports.c
//
// Author : Chen Shuqing
//
// Date : 04/18/99
//
// Fix Bug: Zhang Haining
//
// Date : 01/17/2000
//
/////////////////////////////////////////////////////////////////////////
#include <windows.h>
#include "findword.h"
#include "exports.h"
#include "hookapi.h"
#include "public.h"
#include "dbgprint.h"
#pragma data_seg(".sdata")
UINT g_nFlag = 0; //must share
HWND g_hNotifyWnd = NULL; //must share
int g_MouseX = 0; //must share
int g_MouseY = 0; //must share
BOOL g_bNewGetWordFlag = FALSE; //must share
char g_szTotalWord[BUFFERLENGTH] = ""; //must share
RECT g_TotalWordRect = {0,0,0,0}; // ノ
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -