?? spycontrol.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 + -