IRAPISession::CeCopyFile
A version of this page is also available for
4/8/2010
This method copies an existing file on a remote Windows Embedded CE–based device to a new file on the remote device.
Syntax
BOOL CeCopyFile(
LPCWSTR lpExistingFileName,
LPCWSTR lpNewFileName,
BOOL bFailIfExists
);
Parameters
- lpExistingFileName
[in] Long pointer to a null-terminated string that specifies the name of an existing file.
- lpNewFileName
[in] Long pointer to a null-terminated string that specifies the name of the new file.
- bFailIfExists
[in] Boolean value that specifies how this operation is to proceed if a file of the same name as that indicated by lpNewFileName already exists. If bFailIfExists is TRUE and the new file already exists, the method will fail. If bFailIfExists is FALSE and the new file already exists, the method will overwrite the existing file and succeed.
Return Value
Nonzero indicates success. Zero indicates failure. To get extended error information, call IRAPISession::CeGetLastError and IRAPISession::CeRapiGetError.
Requirements
Header | rapi2.h |
Library | ole32.lib, rapiuuid.lib |
Windows Embedded CE | Windows Embedded CE 6.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |