This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
Why does the following: GetFileAttributes(L"D:"); return 0x00002010, but the following on the exact same machine: GetFileAttributes(L"\\\\?\\D:"); returns INVALID_FILE_ATTRIBUTES and error code ERROR_INVALID_PARAMETER? read more