MSDN describes a CopyFile2 function which it suggests in the article on CopyFileEx if I want to copy files across a LAN. (which I do)
I understand that this function should be exported by kernel32.dll but I cannot find it in the export of kernel32.dll of my Windows XP installation. Since the article does not state which Windows version it requires but says “This documentation is preliminary and is subject to change.” I guess that probably means it requires something more recent than Windows XP.
Does anybody know?
This is new in Windows 8. Unfortunately, MSDN doesn’t make these new things clearly distinguishable