exports.c
来自「屏幕取词源码.zip」· C语言 代码 · 共 32 行
C
32 行
/////////////////////////////////////////////////////////////////////////
//
// 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 + =
减小字号Ctrl + -
显示快捷键?