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

📄 spycontrol.h

📁 A Windows CE API Inecptor Tools
💻 H
字号:
/********************************************************************
Module : SpyControl.h - part of CeApiSpyDll implementation 
             Written 2003 by Dmitri Leman
             for an article about CE Api Spy.
Purpose: Contains some common declarations

  This file was compiled using eMbedded Visual C++ 3.0 
  with Pocket PC 2002 SDK and 4.0 with Standard SDK.
********************************************************************/

#ifndef _SPY_CONTROL_H_
#define _SPY_CONTROL_H_

static const TCHAR s_szApiSpyDll[] = _T("CeApiSpyDll.dll");
static const TCHAR s_szSettingsRegPath[] = _T("Software\\CeApiSpy");
static const TCHAR s_szTraceMapFile[] = _T("HckMap.txt");

#endif

⌨️ 快捷键说明

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