i want to call shfileoperation from shel32.dll to copy a file with delphi
but my code dosen't work and the reason is the format of paths,I didn't find any solution for the problem.any one can help me? here is my code and the image of RemoteInfo value while debugging
here is link of the image
http://www.freeimagehosting.net/uploads/219d79fc30.jpg

Code:
program InjectCode;
uses
  Windows,
...