Copy a File from a Device
Windows Mobile 6.5

8/28/2008
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 SDK\Samples\Common\CPP\Win32\Rapi\PgetMicrosoft Visual Studio 2005 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)
Community Additions
Show: