?? readme.txt
字號:
Code Sample Name: Pregdmp
Feature Area: ActiveSync
Description:
This application runs on a desktop host computer, and is used to retrieve a
Windows Mobile-based device's list of registry settings.
Usage:
You must compile this application with Visual Studio 2005 or newer.
1. Open the project file in Visual Studio.
2. Navigate to "Tools" -> "Options", and expand "Projects and Solutions",
and click "VC++ Directories".
3. In "Show directories for:" select "Include files".
4. Add the path to the mobile device include directory. If you accepted
the defaults when installing Windows Mobile SDK, then the new directory
will be either
"C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Pocket PC SDK\Activesync\Inc"
for Pocket PC, or
"C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Smartphone SDK\Activesync\Inc"
for Smartphone.
5. In "Show directories for:" select "Library files".
6. Add the path to the mobile device library directory. If you accepted
the defaults when installing Windows Mobile SDK, then the new directory
will be either
"C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Pocket PC SDK\Activesync\Lib"
for Pocket PC, or
"C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Smartphone SDK\Activesync\Lib"
for Smartphone.
7. Navigate to "Build", and click "ReBuild All" to compile the executable
file.
To get a list of the registry settings, , use the following command line:
"Pregdmp".
Relevant APIs/Associated Help Topics:
CeRapiInit
CeRegEnumKeyEx
CeRegOpenKeyEx
CeRegEnumValue
CeRegCloseKey
CeRapiUninit
Assumptions: none.
Requirements:
Visual Studio 2005,
Windows Mobile 5.0 Pocket PC SDK or
Windows Mobile 5.0 Smartphone SDK
ActiveSync 4.0.
** For more information about this code sample, please see the Windows Mobile
SDK help system. **
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -