MoveFileEx() is giving error on Windows Server 2008 r2.
The same function was working fine with Windows Server 2003.
Earlier the application was built with VC7 compiler and running on Windows Server 2003.
Now the same application was built with VC9 compiler and running on Windows Server 2008 r2.
Any known issue with this function. I am using MOVEFILE_WRITE_THROUGH flag with the function.