spycontrol.h

来自「A Windows CE API Inecptor Tools」· C头文件 代码 · 共 19 行

H
19
字号
/********************************************************************
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 + =
减小字号Ctrl + -
显示快捷键?