⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainwind.h

📁 十分经典的开源反编译工具
💻 H
字号:
//					mainwind.h

#ifndef mainwind_h
#define mainwind_h

#include "common.h"

#define buffer_lines 60
#define max_length 200
#define max_stringprint (max_length-60)

void ClearBuff(void);
void DoneBuff(void);
void PrintBuff(char *szFormat,...);
void LastPrintBuffEpos(UINT xpos);
void LastPrintBuff(char *szFormat,...);
void LastPrintBuffHexValue(byte num);
void LastPrintBuffLongHexValue(dword num);
void DoPaint(HWND hWnd,int cxChar,int cyChar);
void PaintBack(HWND hWnd);
void DumpBuff(HANDLE efile);
void horizscroll(int amount);
void horizscrollto(int place);

extern UINT nScreenRows;
extern UINT usersel;  // user selection. (line number).
extern unsigned int rrr,cyc;
extern bool userselonscreen;

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -