global.h
来自「一个管理ie的软件」· C头文件 代码 · 共 25 行
H
25 行
// Global.h
//
#ifndef __global_h__
#define __global_h__
#include <stdio.h>
#include <time.h>
#include <stdarg.h>
#include <tchar.H>
#include <ExDisp.h>
#include <ExDispID.h>
#include <Mshtml.h>
#include "stristr.h"
#include "flag.h"
#import "SurfHelp.exe"
#define APP_NAME _T("SurfHelper")
void dbgPrintf(TCHAR* szFormat, ...);
void randomString(wchar_t* wzBuffer, long lLen);
#endif //__global_h__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?