cemovefile (rapi)
Last changed: anonymous

.
Summary
TODO - a short description

C# Signature:

      [DllImport("rapi.dll", CharSet = CharSet.Unicode)]
      public static extern int CeMoveFile(
     string sExistingFileName,
     string sNewFileName);

VB Signature:

Declare Function CeMoveFile Lib "rapi.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

Returns 0 for failure. Use CeGetLastError() and CeRapiGetError() to see errors on failure.

Tips & Tricks:

Microsoft has the strings defiled as a reference (pointer) however this definition works for me...

Sample Code:

Please add some!

Documentation
CeMoveFile on MSDN