Copy a File from a Device
Windows Mobile 6.5
4/8/2010
Copy a File to a Device
Remote API (RAPI)
This code sample is named Pget. It demonstrates how to programmatically copy a file from a mobile device to a desktop computer using the Remote API (RAPI) interface.
CeCloseHandle function
CeRapiInit function
CeRapiUninit function
CeReadFile function
CeWriteFile function
Remote API (RAPI) interface
To run the code sample
-
Navigate to the solution file (*.sln), and double-click it. By default, the solution files are copied to the following folders:
C:\Program Files\Windows Mobile 6.5.3 DTK\Samples\Common\CPP\Win32\Rapi\Pget
Microsoft Visual Studio launches and loads the solution.
-
Build the solution (Ctrl+Shift+B).
-
Deploy the solution (F5).
Concepts
Code Samples for Windows MobileCopy a File to a Device
Other Resources
ActiveSyncRemote API (RAPI)