Is there a reason SHFileOperation()
returns 32
?
My scenario is:
- My current path is
c:\foo\bar
. - My file is in
c:\foo
- That file is going to the Recycle Bin.
This code is not listed as possible return value in here, and I don't know where to find the cause.
I am trying it on Windows 7 64-bit with MSVC 2010 Professional.
Could someone please explain where I can find the returned values documentation or some explanation for a reason of that failure?